mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-13 09:58:22 +03:00
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!-- comment before the DTD -->
|
||
|
<!DOCTYPE doc [
|
||
|
<!ELEMENT doc ANY>
|
||
|
]>
|
||
|
<!-- comment after the DTD -->
|
||
|
<doc/>
|