1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-28 17:47:00 +03:00

11 lines
164 B
Plaintext
Raw Normal View History

1999-06-02 17:44:04 +00:00
<?xml version="1.0"?>
<!DOCTYPE doc [
<!ELEMENT doc (a , b)*>
<!ELEMENT a (#PCDATA)>
<!ELEMENT b (#PCDATA)>
]>
<doc>
<a>This</a>
<b> is a valid document</b>
1999-06-02 17:44:04 +00:00
</doc>