summaryrefslogtreecommitdiff
path: root/tests/cases/extract14.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cases/extract14.xml.in')
-rw-r--r--tests/cases/extract14.xml.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/cases/extract14.xml.in b/tests/cases/extract14.xml.in
new file mode 100644
index 0000000..f80385f
--- /dev/null
+++ b/tests/cases/extract14.xml.in
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<messages>
+ <attrmsg _value="The &amp;lt; entity produces the &lt; character" />
+ <attrmsg _value="The &amp;gt; entity produces the &gt; character" />
+
+ <_childmsg>
+ The &amp;lt; entity produces the &lt; character
+ </_childmsg>
+ <_childmsg>
+ The &amp;gt; entity produces the &gt; character
+ </_childmsg>
+</messages>