libxml2/test/VC/ElementValid3

5 lines
89 B
Plaintext

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