]> granicus.if.org Git - docbook-dsssl/commitdiff
Added some editor/othercredit stuff to refentry.002.xml.
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 7 Apr 2006 07:11:47 +0000 (07:11 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 7 Apr 2006 07:11:47 +0000 (07:11 +0000)
testdocs/tests/refentry.002.xml

index eb27efb02af87e98fd24dfa8839455e81960aa15..714f316d3b83460ed798cd4d7f850bc533ad5bfd 100644 (file)
@@ -5,9 +5,25 @@
 <articleinfo>
 <title>Unit Test: refentry.002</title>
 <releaseinfo role="CVS">$Id$</releaseinfo>
-<author><firstname>Norman</firstname><surname>Walsh</surname>
-        <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
+<author>
+  <firstname>Norman</firstname>
+  <surname>Walsh</surname>
+  <affiliation>
+    <address><email>ndw@nwalsh.com</email></address>
+  </affiliation>
 </author>
+<editor>
+  <firstname>Michael (tm)</firstname>
+  <surname>Smith</surname>
+  <affiliation>
+    <orgname>The DocBook Project</orgname>
+  </affiliation>
+</editor>
+<othercredit>
+  <firstname>Michael (tm)</firstname>
+  <surname>Smith</surname>
+  <personblurb><para>Did other stuff.</para></personblurb>
+</othercredit>
 </articleinfo>
 
 <refentry id="lessminimal">
 <refsection>
 <title>Sub-subsection</title>
 <para>This is a minimal RefEntry.</para>
+
+<refsection>
+  <title>Refsect4-level subsection</title>
+  <para>Check the indenting.</para>
+  <refsection>
+    <title>Refsect5-level subsection</title>
+    <para>Check the indenting.</para>
+  </refsection>
+</refsection>
+
 </refsection>
 </refsection>
 </refsection>
 <refsection>
 <title>More Description</title>
 <para>This is a not-so minimal RefEntry.</para>
+<formalpara>
+  <title>Ladjwqopnsfil</title>
+  <para>This is a formalpara. That is, a paragraph with a title. One
+  way to generate output for it is to take the title, “Ladjwqopnsfil”,
+  and use it as a “run in” heading that is rendered inline at the
+  start of the paragraph, followed by a period (or some other
+  punctuation mark).</para>
+</formalpara>
 </refsection>
 
 <refsection>
 <title>Even More Description</title>
-<para>This is an even less minimal RefEntry.</para>
+<para>The following two words, “foo” and “bar”, are both empasized,
+separately, with a space between them: <emphasis>foo</emphasis>
+<emphasis>bar</emphasis>. Here is the same pair of words in bold, with
+a space
+
+
+
+
+
+
+ between them: <emphasis role="strong">foo</emphasis> <emphasis role="strong">bar</emphasis></para>
 </refsection>
 
 </refentry>