diff options
Diffstat (limited to 'ext/simplexml/tests/004.xml')
| -rwxr-xr-x | ext/simplexml/tests/004.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ext/simplexml/tests/004.xml b/ext/simplexml/tests/004.xml new file mode 100755 index 0000000000..a3ef057642 --- /dev/null +++ b/ext/simplexml/tests/004.xml @@ -0,0 +1,19 @@ +<?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>
\ No newline at end of file |
