<?xml version="1.0"?>
<!DOCTYPE student [
	<!ELEMENT student (#PCDATA)> 
	<!ENTITY info PUBLIC "..\info.dtd>
]>

<!-- testing invalid pubid literal with no closing bracket  -->
<student>My Name is &info;. </student>









 