1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-28 14:55:25 +03:00
libxml2/test/VC/ElementValid5

8 lines
180 B
Plaintext

<!DOCTYPE doc [
<!ELEMENT doc (a , b* , c+)>
<!ELEMENT a EMPTY>
<!ELEMENT b (#PCDATA)>
<!ELEMENT c (#PCDATA)>
]>
<doc><a/><b> but this</b><c>was not declared</c><b>seems</b></doc>