8 lines
156 B
XML
Executable File
8 lines
156 B
XML
Executable File
<!--Inability to resolve a notation should not be reported as an error-->
|
|
<!DOCTYPE doc
|
|
[
|
|
<!ELEMENT doc EMPTY>
|
|
<!NOTATION not1 SYSTEM """>
|
|
]>
|
|
<doc/>
|