php-src/ext/simplexml/tests/005.xml
Marcus Boerger ad172161e0 Add test
2003-10-26 01:04:25 +00:00

20 lines
343 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>
Here we have some text data.
<elem3>
And here some more.
<elem4>
Wow once again.
</elem4>
</elem3>
</elem2>
</elem1>
</sxe>