mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-17 18:19:32 +08:00
8 lines
130 B
XML
8 lines
130 B
XML
<?xml version="1.0"?>
|
|
<!-- comment before the DTD -->
|
|
<!DOCTYPE doc [
|
|
<!ELEMENT doc ANY>
|
|
]>
|
|
<!-- comment after the DTD -->
|
|
<doc/>
|