mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-01-27 05:23:51 +00: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/>
|