mirror of
https://github.com/GNOME/libxml2.git
synced 2025-04-18 19:40:25 +08:00
9 lines
186 B
Plaintext
9 lines
186 B
Plaintext
|
<!DOCTYPE doc [
|
||
|
<!ENTITY lt "&#x3c;">
|
||
|
<!ENTITY gt "&#x3E;">
|
||
|
<!ENTITY amp "&#x26;">
|
||
|
<!ENTITY apos "&#x27;">
|
||
|
<!ENTITY quot "&#x22;">
|
||
|
]>
|
||
|
<doc/>
|