Kitxuuu's picture
Add files using upload-large-folder tool
6aaf86c verified
Raw
History Blame Contribute Delete
189 Bytes
<!DOCTYPE doc [
<!ELEMENT doc (#PCDATA | a | b)*>
<!ELEMENT a EMPTY>
<!ELEMENT b (#PCDATA)>
<!ELEMENT c (#PCDATA)>
]>
<doc> This <b>seems</b> Ok <a/> but this <c>was not declared</c></doc>