summaryrefslogtreecommitdiff
path: root/result/xml1
diff options
context:
space:
mode:
Diffstat (limited to 'result/xml1')
-rw-r--r--result/xml17
1 files changed, 7 insertions, 0 deletions
diff --git a/result/xml1 b/result/xml1
new file mode 100644
index 0000000..d32f56c
--- /dev/null
+++ b/result/xml1
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<!DOCTYPE test [
+<!ENTITY example "<p>An ampersand (&#38;#38;) may be escaped
+ numerically (&#38;#38;#38;) or with a general entity
+ (&amp;amp;).</p>">
+]>
+<test>&example;</test>