]> granicus.if.org Git - docbook-dsssl/commitdiff
New test
authorNorman Walsh <ndw@nwalsh.com>
Thu, 27 Sep 2007 14:00:31 +0000 (14:00 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 27 Sep 2007 14:00:31 +0000 (14:00 +0000)
testdocs/tests/simplemsgentry.xml [new file with mode: 0644]

diff --git a/testdocs/tests/simplemsgentry.xml b/testdocs/tests/simplemsgentry.xml
new file mode 100644 (file)
index 0000000..da1d763
--- /dev/null
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+          "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+<chapter>
+<chapterinfo>
+<releaseinfo role="CVS">$Id: simplesect.001.xml 4056 2004-11-23 13:28:50Z nwalsh $</releaseinfo>
+</chapterinfo>
+<title>Unit Test: simplemsgentry</title>
+
+<msgset>
+<simplemsgentry level="user" origin="parser">
+  <msgtext>
+    <para>XML document structures must start and end within the same
+    entity.</para>
+  </msgtext>
+  <msgexplan>
+    <para>In XML, the end tag for an element must occur in the same
+entity as the start tag. You cannot include an external parsed entity
+that contains unbalanced tags, even if the result, after the content
+is included would be balanced.</para>
+  </msgexplan>
+</simplemsgentry>
+</msgset>
+
+</chapter>