mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-25 23:21:26 +03:00
10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE doc [
|
||
|
<!ENTITY lt "&#60;">
|
||
|
<!ENTITY gt ">">
|
||
|
<!ENTITY amp "&#38;">
|
||
|
<!ENTITY apos "'">
|
||
|
<!ENTITY quot """>
|
||
|
]>
|
||
|
<doc/>
|