php-src/ext/simplexml/tests/004.xml
Marcus Boerger 0197d5b916 More testing
2003-10-25 21:07:37 +00:00

19 lines
331 B
XML
Executable File

<?xml version='1.0'?>
<!DOCTYPE sxe SYSTEM "notfound.dtd" [
<!ENTITY % incent SYSTEM "sxe.ent">
%incent;
]>
<sxe id="elem1">
Plain text.
<elem1 attr1='first'>
<!-- comment -->
<elem2>
<![CDATA[CDATA block]]>
<elem3>
<elem4>
<?test processing instruction ?>
</elem4>
</elem3>
</elem2>
</elem1>
</sxe>