mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-12 09:17:37 +03:00
6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE doc [
|
||
|
<!ELEMENT doc ANY>
|
||
|
]>
|
||
|
<doc>This is a valid document !</doc>
|