mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-19 10:03:34 +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/>
|