]> granicus.if.org Git - docbook-dsssl/commitdiff
Add option to include qanda in tables of contents.
authorBob Stayton <bobs@sagehill.net>
Thu, 4 Jan 2007 09:42:46 +0000 (09:42 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 4 Jan 2007 09:42:46 +0000 (09:42 +0000)
xsl/params/qanda.in.toc.xml [new file with mode: 0644]

diff --git a/xsl/params/qanda.in.toc.xml b/xsl/params/qanda.in.toc.xml
new file mode 100644 (file)
index 0000000..077d92c
--- /dev/null
@@ -0,0 +1,25 @@
+<refentry xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
+          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+          id="qanda.in.toc">
+<refmeta>
+<refentrytitle>qanda.in.toc</refentrytitle>
+<refmiscinfo role="type">boolean</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>qanda.in.toc</refname>
+<refpurpose>Should qandaentry questions appear in 
+tables of contents?</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='qanda.in.toc.frag'><xsl:param name="qanda.in.toc" select="0"/></src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>If true (non-zero), then generated tables of contents
+will include qandaset titles, qandadiv titles, and question elements.
+</para>
+
+</refsect1>
+</refentry>