9 lines
		
	
	
		
			175 B
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			175 B
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
<!--Inability to resolve a notation should not be reported as an error-->
 | 
						|
<!DOCTYPE doc
 | 
						|
[
 | 
						|
<!ELEMENT doc EMPTY>
 | 
						|
<!ENTITY x "x">
 | 
						|
<!NOTATION not1 PUBLIC "&x;">
 | 
						|
]>
 | 
						|
<doc/>
 |