1
0
mirror of https://github.com/GNOME/libxml2.git synced 2025-05-09 05:11:41 +08:00
libxml2/test/VC/ElementValid3

5 lines
89 B
Plaintext

<!DOCTYPE doc [
<!ELEMENT doc EMPTY>
]>
<doc>Oops, this element was declared EMPTY</doc>