|
Input DocumentInfo - TinyBuilder result -> output incorrect
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
|
|
<soap-env:Body>
|
|
<SomeRS xmlns="some9">
|
|
<ns9:SomeContext xmlns:ns9="some9">
|
|
<ns9:Context>
|
|
<ns9:mama>daddy</ns9:mama>
|
|
</ns9:Context>
|
|
<Part type="a" aa="bb">
|
|
<s>
|
|
<a>
|
|
<c>a</c>
|
|
<d>67</d>
|
|
</a>
|
|
<b>
|
|
<e>T</e>
|
|
</b>
|
|
</s>
|
|
</Part>
|
|
<ns11:f xmlns:ns11="some11" id="sm1">
|
|
<ns11:g>smp1</ns11:g>
|
|
<ns11:h id="s1">
|
|
<ns11:i>A</ns11:i>
|
|
</ns11:h>
|
|
<ns11:j id="smp1">
|
|
<k id="a" type="ddd">
|
|
<i>
|
|
<j>abc</j>
|
|
</i>
|
|
<k>80</k>
|
|
</k>
|
|
</ns11:j>
|
|
</ns11:f>
|
|
</ns9:SomeContext>
|
|
</SomeRS>
|
|
</soap-env:Body>
|
|
</soap-env:Envelope>
|
|
|
|
|
|
Input DocumentInfo - DomResult -> output correct
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
|
|
<soap-env:Body>
|
|
<SomeRS xmlns="some9">
|
|
<ns9:SomeContext xmlns:ns9="some9">
|
|
<ns9:Context>
|
|
<ns9:mama>daddy</ns9:mama>
|
|
</ns9:Context>
|
|
<Part xmlns="some1" aa="bb" type="a">
|
|
<s>
|
|
<a>
|
|
<c>a</c>
|
|
<d>67</d>
|
|
</a>
|
|
<b>
|
|
<e>T</e>
|
|
</b>
|
|
</s>
|
|
</Part>
|
|
<ns11:f xmlns:ns11="some11" id="sm1">
|
|
<ns11:g>smp1</ns11:g>
|
|
<ns11:h id="s1">
|
|
<ns11:i>A</ns11:i>
|
|
</ns11:h>
|
|
<ns11:j id="smp1">
|
|
<k xmlns="some1" id="a" type="ddd">
|
|
<i>
|
|
<j>abc</j>
|
|
</i>
|
|
<k>80</k>
|
|
</k>
|
|
</ns11:j>
|
|
</ns11:f>
|
|
</ns9:SomeContext>
|
|
</SomeRS>
|
|
</soap-env:Body>
|
|
</soap-env:Envelope>
|
|
|
|
Input W3C Document - TinyBuilder result -> output correct
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
|
|
<soap-env:Body>
|
|
<SomeRS xmlns="some9">
|
|
<ns9:SomeContext xmlns:ns9="some9">
|
|
<ns9:Context>
|
|
<ns9:mama>daddy</ns9:mama>
|
|
</ns9:Context>
|
|
<Part xmlns="some1" aa="bb" type="a">
|
|
<s>
|
|
<a>
|
|
<c>a</c>
|
|
<d>67</d>
|
|
</a>
|
|
<b>
|
|
<e>T</e>
|
|
</b>
|
|
</s>
|
|
</Part>
|
|
<ns11:f xmlns:ns11="some11" id="sm1">
|
|
<ns11:g>smp1</ns11:g>
|
|
<ns11:h id="s1">
|
|
<ns11:i>A</ns11:i>
|
|
</ns11:h>
|
|
<ns11:j id="smp1">
|
|
<k xmlns="some1" id="a" type="ddd">
|
|
<i>
|
|
<j>abc</j>
|
|
</i>
|
|
<k>80</k>
|
|
</k>
|
|
</ns11:j>
|
|
</ns11:f>
|
|
</ns9:SomeContext>
|
|
</SomeRS>
|
|
</soap-env:Body>
|
|
</soap-env:Envelope>
|
|
|
|
|
|
|
|
Input W3C Document - DomResult -> output correct
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
|
|
<soap-env:Body>
|
|
<SomeRS xmlns="some9">
|
|
<ns9:SomeContext xmlns:ns9="some9">
|
|
<ns9:Context>
|
|
<ns9:mama>daddy</ns9:mama>
|
|
</ns9:Context>
|
|
<Part xmlns="some1" aa="bb" type="a">
|
|
<s>
|
|
<a>
|
|
<c>a</c>
|
|
<d>67</d>
|
|
</a>
|
|
<b>
|
|
<e>T</e>
|
|
</b>
|
|
</s>
|
|
</Part>
|
|
<ns11:f xmlns:ns11="some11" id="sm1">
|
|
<ns11:g>smp1</ns11:g>
|
|
<ns11:h id="s1">
|
|
<ns11:i>A</ns11:i>
|
|
</ns11:h>
|
|
<ns11:j id="smp1">
|
|
<k xmlns="some1" id="a" type="ddd">
|
|
<i>
|
|
<j>abc</j>
|
|
</i>
|
|
<k>80</k>
|
|
</k>
|
|
</ns11:j>
|
|
</ns11:f>
|
|
</ns9:SomeContext>
|
|
</SomeRS>
|
|
</soap-env:Body>
|
|
</soap-env:Envelope>
|