]> granicus.if.org Git - docbook-dsssl/commitdiff
docbook 4.2 test for personname -- DSSSL fails on this, no space
authorAdam Di Carlo <adicarlo@users.sourceforge.net>
Mon, 16 Dec 2002 04:37:07 +0000 (04:37 +0000)
committerAdam Di Carlo <adicarlo@users.sourceforge.net>
Mon, 16 Dec 2002 04:37:07 +0000 (04:37 +0000)
between the different parts of the name

testdocs/tests/personname.001.xml [new file with mode: 0644]

diff --git a/testdocs/tests/personname.001.xml b/testdocs/tests/personname.001.xml
new file mode 100644 (file)
index 0000000..93857ee
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+                  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+<article>
+<articleinfo>
+<title>Unit Test: personname.001</title>
+<releaseinfo role="CVS">$Id$</releaseinfo>
+<author><firstname>Adam</firstname><surname>Di Carlo</surname>
+        <affiliation><address><email>adam@onshored.com</email></address></affiliation>
+</author>
+</articleinfo>
+
+  <para>My name is <personname><firstname>Adam</firstname
+><othername>P.</othername><surname>Di Carlo</surname
+></personname>.  Please don't squish my name all together.</para>
+</article>