mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-28 07:21:26 +03:00
7 lines
108 B
Plaintext
7 lines
108 B
Plaintext
<!-- comment before the DTD -->
|
|
<!DOCTYPE doc [
|
|
<!ELEMENT doc ANY>
|
|
]>
|
|
<!-- comment after the DTD -->
|
|
<doc/>
|