1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-02 04:58:18 +03:00
2000-03-14 18:30:20 +00:00

8 lines
130 B
XML

<?xml version="1.0"?>
<!-- comment before the DTD -->
<!DOCTYPE doc [
<!ELEMENT doc ANY>
]>
<!-- comment after the DTD -->
<doc/>