mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-12 09:17:37 +03:00
cf46199c5e
Have a look at http://xmlsoft.org/upgrade.html Daniel
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/>
|