summaryrefslogtreecommitdiff
path: root/test/c14n/without-comments/example-7.xml
blob: 41171cb47cb8332d81fa617bec25e9a1a21eca82 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE doc [
<!ATTLIST e2 xml:space (default|preserve) 'preserve'>
<!ATTLIST e3 id ID #IMPLIED>
]>
<doc xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org">
   <e1>
      <e2 xmlns="">
         <e3 id="E3"/>
      </e2>
   </e1>
</doc>