mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-17 18:19:32 +08: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/>
|