1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-26 10:03:34 +03:00

8 lines
171 B
Plaintext
Raw Normal View History

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