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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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