mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-08 21:17:39 +03:00
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
|
<!DOCTYPE doc [
|
||
|
<!ENTITY lt "&#60;">
|
||
|
<!ENTITY gt ">">
|
||
|
<!ENTITY amp "&#38;">
|
||
|
<!ENTITY apos "'">
|
||
|
<!ENTITY quot """>
|
||
|
]>
|
||
|
<doc></doc>
|