diff options
Diffstat (limited to 'tests/auto/qxmlstream/data/4.xml')
-rw-r--r-- | tests/auto/qxmlstream/data/4.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/data/4.xml b/tests/auto/qxmlstream/data/4.xml new file mode 100644 index 0000000..2791fdc --- /dev/null +++ b/tests/auto/qxmlstream/data/4.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<!DOCTYPE doc [ +<!ELEMENT doc (#PCDATA)> +<!ENTITY % e SYSTEM "something"> +<!ENTITY replace "replace"> +<!ENTITY me "me"> +%e; +]> +<doc a="do &replace; me">and &me; too</doc> |