1<?xml version="1.0" encoding="ISO-8859-1"?> 2<!DOCTYPE phptest SYSTEM "notfound.dtd" [ 3<!ENTITY % incent SYSTEM "inc.ent"> 4%incent; 5]> 6<root id="elem1"> 7 Plain text. 8 <elem1> 9 <!-- comment --> 10 <elem2> 11 <![CDATA[CDATA block]]> 12 <elem3> 13 &included-entity; 14 <elem4> 15 <?test processing instruction ?> 16 </elem4> 17 </elem3> 18 </elem2> 19 </elem1> 20</root> 21