1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-02-07 09:57:25 +03:00
libxml2/test/VCM/v20.xml

11 lines
132 B
XML
Raw Normal View History

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