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