]> granicus.if.org Git - docbook-dsssl/commitdiff
cmdsynopsis test in the context of glossentry
authorAdam Di Carlo <adicarlo@users.sourceforge.net>
Mon, 16 Dec 2002 04:34:54 +0000 (04:34 +0000)
committerAdam Di Carlo <adicarlo@users.sourceforge.net>
Mon, 16 Dec 2002 04:34:54 +0000 (04:34 +0000)
testdocs/tests/cmdsynopsis.002.xml [new file with mode: 0644]

diff --git a/testdocs/tests/cmdsynopsis.002.xml b/testdocs/tests/cmdsynopsis.002.xml
new file mode 100644 (file)
index 0000000..1320dba
--- /dev/null
@@ -0,0 +1,40 @@
+<?xml version='1.0'?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+                  "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<article>
+<articleinfo>
+<title>Unit test: cmdsynopsis.002</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>
+
+  <section>
+    <title>Cmdsynopsis Test</title>
+    
+    <para>Cmdsynopsis test in the context of glossentry follows.</para>
+
+    <glosslist>
+
+      <glossentry>
+        <glossterm>
+          <cmdsynopsis>
+            <command>command</command>
+            <arg choice="req">req</arg>
+            <arg choice="req" rep="repeat">repeatandreq</arg>
+            <arg rep="repeat">repeat</arg>
+            <arg>optional</arg>
+          </cmdsynopsis>
+        </glossterm>
+        <glossdef>
+          <para>Do black magic.</para>
+        </glossdef>
+      </glossentry>
+
+    </glosslist>
+
+  </section>
+
+</article>
+