xref: /aosp_15_r20/external/libxml2/test/c14n/1-1-without-comments/example-7.xml (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<!DOCTYPE doc [
2*7c568831SAndroid Build Coastguard Worker<!ATTLIST e2 xml:space (default|preserve) 'preserve'>
3*7c568831SAndroid Build Coastguard Worker<!ATTLIST e3 id ID #IMPLIED>
4*7c568831SAndroid Build Coastguard Worker]>
5*7c568831SAndroid Build Coastguard Worker<doc xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org">
6*7c568831SAndroid Build Coastguard Worker   <e1>
7*7c568831SAndroid Build Coastguard Worker      <e2 xmlns="">
8*7c568831SAndroid Build Coastguard Worker         <e3 id="E3"/>
9*7c568831SAndroid Build Coastguard Worker      </e2>
10*7c568831SAndroid Build Coastguard Worker   </e1>
11*7c568831SAndroid Build Coastguard Worker</doc>
12