xref: /aosp_15_r20/external/libxml2/test/att7 (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<!DOCTYPE x [
2*7c568831SAndroid Build Coastguard Worker<!ELEMENT x (test*)>
3*7c568831SAndroid Build Coastguard Worker<!ELEMENT test EMPTY>
4*7c568831SAndroid Build Coastguard Worker<!ATTLIST test att CDATA "attvalue">
5*7c568831SAndroid Build Coastguard Worker<!ENTITY test.ent "<test/>">
6*7c568831SAndroid Build Coastguard Worker]>
7*7c568831SAndroid Build Coastguard Worker<x>
8*7c568831SAndroid Build Coastguard Worker    <test/>
9*7c568831SAndroid Build Coastguard Worker    &test.ent;
10*7c568831SAndroid Build Coastguard Worker</x>
11