android13/external/libxml2/test/ent6hex

9 lines
186 B
Plaintext

<!DOCTYPE doc [
<!ENTITY lt "&#x26;#x3c;">
<!ENTITY gt "&#x26;#x3E;">
<!ENTITY amp "&#x26;#x26;">
<!ENTITY apos "&#x26;#x27;">
<!ENTITY quot "&#x26;#x22;">
]>
<doc/>