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

17 lines
291 B
XML
Executable File

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