libxml2 2.9.1 clean sources
[tomato.git] / release / src / router / libxml2 / result / c14n / with-comments / example-3
blob4c287e6e3daee49863d52294e5cf0f979ab210e3
1 <doc>
2    <e1></e1>
3    <e2></e2>
4    <e3 id="elem3" name="elem3"></e3>
5    <e4 id="elem4" name="elem4"></e4>
6    <e5 xmlns="http://www.uvic.ca" xmlns:a="http://www.w3.org" xmlns:b="http://www.ietf.org" attr="I'm" attr2="all" b:attr="sorted" a:attr="out"></e5>
7    <e6 xmlns:a="http://www.w3.org">
8        <e7 xmlns="http://www.ietf.org">
9            <e8 xmlns="">
10                <e9 xmlns:a="http://www.ietf.org" attr="default"></e9>
11            </e8>
12        </e7>
13    </e6>
14 </doc>