]> granicus.if.org Git - docbook-dsssl/commitdiff
Inlinemediaobject in title test
authorNorman Walsh <ndw@nwalsh.com>
Thu, 16 Dec 2004 16:17:53 +0000 (16:17 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 16 Dec 2004 16:17:53 +0000 (16:17 +0000)
testdocs/tests/title.001.xml [new file with mode: 0644]

diff --git a/testdocs/tests/title.001.xml b/testdocs/tests/title.001.xml
new file mode 100644 (file)
index 0000000..bf432bd
--- /dev/null
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+          "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+<article id="article">
+<articleinfo>
+<title>Unit Test: title.001.xml</title>
+<releaseinfo role="CVS">$Id$</releaseinfo>
+<authorgroup>
+<author><firstname>Norman</firstname><surname>Walsh</surname>
+        <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
+</author>
+<author><firstname>Jane</firstname><surname>Doe</surname></author>
+</authorgroup>
+<abstract>
+<para>This is the abstract.</para>
+<para>It has several paras.</para>
+<para>It has several paras.</para>
+</abstract>
+</articleinfo>
+
+<para>This is a title test.</para>
+
+<section>
+<title>Test inlinemediaobject: <inlinemediaobject>
+<imageobject>
+<imagedata fileref="graphics/U1230.gif"/>
+</imageobject>
+</inlinemediaobject></title>
+
+<para>Does that duck show up in the ToC title?</para>
+</section>
+</article>