]> granicus.if.org Git - docbook-dsssl/commitdiff
Test multiple refnamedivs
authorNorman Walsh <ndw@nwalsh.com>
Wed, 19 Jan 2005 15:24:18 +0000 (15:24 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 19 Jan 2005 15:24:18 +0000 (15:24 +0000)
testdocs/tests/refentry.008.xml [new file with mode: 0644]

diff --git a/testdocs/tests/refentry.008.xml b/testdocs/tests/refentry.008.xml
new file mode 100644 (file)
index 0000000..e72b947
--- /dev/null
@@ -0,0 +1,27 @@
+<?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>
+<articleinfo>
+<title>Unit Test: refentry.008</title>
+<releaseinfo role="CVS"
+>$Id$</releaseinfo>
+<author><firstname>Norman</firstname><surname>Walsh</surname>
+        <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
+</author>
+</articleinfo>
+
+<refentry id="minimal">
+<refnamediv>
+<refdescriptor>This is the refdescriptor</refdescriptor>
+<refname>Minimal</refname>
+<refpurpose>Test of a minimal RefEntry</refpurpose>
+</refnamediv>
+
+<refsect1>
+<title>Description</title>
+<para>This is a minimal RefEntry.</para>
+</refsect1>
+</refentry>
+
+</article>