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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/tests/mochitest/ajax/jquery/test/data/with_fries.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<?xml version='1.0' encoding='UTF-8'?>
     1.5 +<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
     1.6 +	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     1.7 +	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     1.8 +	<soap:Body>
     1.9 +		<jsconf xmlns="http://www.example.com/ns1">
    1.10 +			<response xmlns:ab="http://www.example.com/ns2">
    1.11 +				<meta>
    1.12 +					<component id="seite1">
    1.13 +						<properties xmlns:cd="http://www.example.com/ns3">
    1.14 +							<property name="prop1">
    1.15 +								<thing />
    1.16 +								<value>1</value>
    1.17 +							</property>
    1.18 +							<property name="prop2">
    1.19 +								<thing att="something" />
    1.20 +							</property>
    1.21 +							<foo_bar>foo</foo_bar>
    1.22 +						</properties>
    1.23 +					</component>
    1.24 +				</meta>
    1.25 +			</response>
    1.26 +		</jsconf>
    1.27 +	</soap:Body>
    1.28 +</soap:Envelope>

mercurial