1
<!--Inability to resolve a notation should not be reported as an error-->
2
<!DOCTYPE doc
3
[
4
<!ELEMENT doc EMPTY>
5
<!ENTITY x "x">
6
<!NOTATION not1 PUBLIC "&x;">
7
]>
8
<doc/>