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

8 lines
130 B
XML
Raw Normal View History

<!DOCTYPE doc [
<!ELEMENT doc ((a | b)+, c) >
<!ELEMENT a EMPTY>
<!ELEMENT b EMPTY>
<!ELEMENT c EMPTY>
]>
<doc><a/><b/><c/></doc>