summaryrefslogtreecommitdiff
path: root/result/noent/xml1
diff options
context:
space:
mode:
Diffstat (limited to 'result/noent/xml1')
-rw-r--r--result/noent/xml19
1 files changed, 9 insertions, 0 deletions
diff --git a/result/noent/xml1 b/result/noent/xml1
new file mode 100644
index 0000000..637d265
--- /dev/null
+++ b/result/noent/xml1
@@ -0,0 +1,9 @@
+<?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><p>An ampersand (&amp;) may be escaped
+ numerically (&amp;#38;) or with a general entity
+ (&amp;amp;).</p></test>