summaryrefslogtreecommitdiff
path: root/test/testdocs/cmdsynopsis.002.xml
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-03-01 13:17:35 -0600
committerShaun McCance <shaunm@gnome.org>2010-03-01 13:17:35 -0600
commit214fed694981a189671c8d5e16a0defe90d8a99b (patch)
tree7046c1a0b5a2d43e020260b9f9bda5a7b1d98126 /test/testdocs/cmdsynopsis.002.xml
parent1051e0dd8a419ce49ff90eff8673fc835ab7a9f2 (diff)
downloadyelp-xsl-214fed694981a189671c8d5e16a0defe90d8a99b.tar.gz
[test/testdocs] Updating the DocBook testdocs
Diffstat (limited to 'test/testdocs/cmdsynopsis.002.xml')
-rw-r--r--test/testdocs/cmdsynopsis.002.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/test/testdocs/cmdsynopsis.002.xml b/test/testdocs/cmdsynopsis.002.xml
new file mode 100644
index 00000000..59692c1b
--- /dev/null
+++ b/test/testdocs/cmdsynopsis.002.xml
@@ -0,0 +1,39 @@
+<?xml version='1.0'?>
+<!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: cmdsynopsis.002</title>
+<releaseinfo role="CVS">$Id: cmdsynopsis.002.xml 4056 2004-11-23 13:28:50Z nwalsh $</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>