summaryrefslogtreecommitdiffstats
path: root/libxml2/result/ent12
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/result/ent12')
-rw-r--r--libxml2/result/ent128
1 files changed, 8 insertions, 0 deletions
diff --git a/libxml2/result/ent12 b/libxml2/result/ent12
new file mode 100644
index 0000000..f603c59
--- /dev/null
+++ b/libxml2/result/ent12
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<!DOCTYPE root [
+<!ENTITY foo "abc">
+<!ENTITY bar "def">
+]>
+<root attribute="&foo;">
+ <element>&bar;</element>
+</root>