/ libxml2 / result / c14n / with-comments / example-3
example-3
 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>