xref: /aosp_15_r20/external/libxml2/test/valid/UTF16Entity.xml (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<!DOCTYPE foo [
2*7c568831SAndroid Build Coastguard Worker<!ELEMENT foo (root*)>
3*7c568831SAndroid Build Coastguard Worker<!ELEMENT root EMPTY>
4*7c568831SAndroid Build Coastguard Worker<!ENTITY utf16b SYSTEM "dtds/utf16b.ent">
5*7c568831SAndroid Build Coastguard Worker<!ENTITY utf16l SYSTEM "dtds/utf16l.ent">
6*7c568831SAndroid Build Coastguard Worker]>
7*7c568831SAndroid Build Coastguard Worker
8*7c568831SAndroid Build Coastguard Worker<foo> &utf16b; &utf16l; </foo>
9