xref: /aosp_15_r20/external/libxml2/test/ent6hex (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<!DOCTYPE doc [
2*7c568831SAndroid Build Coastguard Worker<!ENTITY lt     "&#x26;#x3c;">
3*7c568831SAndroid Build Coastguard Worker<!ENTITY gt     "&#x26;#x3E;">
4*7c568831SAndroid Build Coastguard Worker<!ENTITY amp    "&#x26;#x26;">
5*7c568831SAndroid Build Coastguard Worker<!ENTITY apos   "&#x26;#x27;">
6*7c568831SAndroid Build Coastguard Worker<!ENTITY quot   "&#x26;#x22;">
7*7c568831SAndroid Build Coastguard Worker]>
8*7c568831SAndroid Build Coastguard Worker<doc/>
9