aboutsummaryrefslogtreecommitdiffstats
path: root/lib/docbuilder/test/docb_SUITE_data/cdata_problem.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/docbuilder/test/docb_SUITE_data/cdata_problem.xml')
-rwxr-xr-xlib/docbuilder/test/docb_SUITE_data/cdata_problem.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/docbuilder/test/docb_SUITE_data/cdata_problem.xml b/lib/docbuilder/test/docb_SUITE_data/cdata_problem.xml
new file mode 100755
index 0000000000..b7f6f5376e
--- /dev/null
+++ b/lib/docbuilder/test/docb_SUITE_data/cdata_problem.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="latin1" ?>
+<!DOCTYPE chapter SYSTEM "chapter.dtd">
+<chapter>
+ <header>
+ <title>�Docbook&ouml; bug</title>
+ <prepared>Matthias Lang</prepared>
+<docno></docno>
+<date>2008-03-31</date>
+ <rev>1.0</rev>
+ </header>
+
+<section><title>This is a title</title>
+ <code><![CDATA[
+ This works
+ ]]></code>
+
+ <code><![CDATA[
+ This does not
+ ]]> </code>
+</section>
+</chapter>
+