1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00
libxml2/test/dtd7

7 lines
139 B
Plaintext
Raw Normal View History

1999-06-02 21:44:04 +04:00
<!DOCTYPE doc [
<!ELEMENT doc (a , b)*>
<!ELEMENT a (#PCDATA)>
<!ELEMENT b (#PCDATA)>
]>
<doc><a>This</a><b> is a valid document</b></doc>