summaryrefslogtreecommitdiffstats
path: root/libxml2/result/ent8
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/result/ent8')
-rw-r--r--libxml2/result/ent810
1 files changed, 10 insertions, 0 deletions
diff --git a/libxml2/result/ent8 b/libxml2/result/ent8
new file mode 100644
index 0000000..86e6c30
--- /dev/null
+++ b/libxml2/result/ent8
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!DOCTYPE doc [
+<!ENTITY test1 "test 1">
+<!ENTITY test2 "test 2">
+]>
+<doc>
+ <Content>Reten&#xE7;&#xE3;o</Content>
+ <Content>&lt;&gt;</Content>
+ <Content>&test1;&test2;</Content>
+</doc>