mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-10 08:58:16 +03:00
10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE doc [
|
||
|
<!ENTITY lt "&#x3c;">
|
||
|
<!ENTITY gt "&#x3E;">
|
||
|
<!ENTITY amp "&#x26;">
|
||
|
<!ENTITY apos "&#x27;">
|
||
|
<!ENTITY quot "&#x22;">
|
||
|
]>
|
||
|
<doc/>
|