diff options
Diffstat (limited to '3rdParty/DocBook/XSL/params/toc.blank.graphic.xml')
-rw-r--r-- | 3rdParty/DocBook/XSL/params/toc.blank.graphic.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/3rdParty/DocBook/XSL/params/toc.blank.graphic.xml b/3rdParty/DocBook/XSL/params/toc.blank.graphic.xml new file mode 100644 index 0000000..bb24888 --- /dev/null +++ b/3rdParty/DocBook/XSL/params/toc.blank.graphic.xml @@ -0,0 +1,28 @@ +<refentry xmlns="http://docbook.org/ns/docbook" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:xi="http://www.w3.org/2001/XInclude" + xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="5.0" xml:id="toc.blank.graphic"> +<refmeta> +<refentrytitle>toc.blank.graphic</refentrytitle> +<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo> +</refmeta> +<refnamediv> +<refname>toc.blank.graphic</refname> +<refpurpose>Use graphic for "blanks" in TOC?</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment xml:id="toc.blank.graphic.frag"> +<xsl:param name="toc.blank.graphic" select="1"/> +</src:fragment> +</refsynopsisdiv> + +<refsection><info><title>Description</title></info> +<para>If non-zero, "blanks" in the the TOC will be accomplished +with the graphic identified by <varname>toc.spacer.image</varname>. +</para> +<para>Only applies with the tabular presentation is being used.</para> +</refsection> +</refentry> |