dom/tests/mochitest/ajax/jquery/test/data/with_fries.xml

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 <?xml version='1.0' encoding='UTF-8'?>
     2 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
     3 	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     4 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     5 	<soap:Body>
     6 		<jsconf xmlns="http://www.example.com/ns1">
     7 			<response xmlns:ab="http://www.example.com/ns2">
     8 				<meta>
     9 					<component id="seite1">
    10 						<properties xmlns:cd="http://www.example.com/ns3">
    11 							<property name="prop1">
    12 								<thing />
    13 								<value>1</value>
    14 							</property>
    15 							<property name="prop2">
    16 								<thing att="something" />
    17 							</property>
    18 							<foo_bar>foo</foo_bar>
    19 						</properties>
    20 					</component>
    21 				</meta>
    22 			</response>
    23 		</jsconf>
    24 	</soap:Body>
    25 </soap:Envelope>

mercurial