diff options
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/toc.pointer.text.xml')
-rw-r--r-- | stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/toc.pointer.text.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/toc.pointer.text.xml b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/toc.pointer.text.xml new file mode 100644 index 000000000..b094765ae --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/toc.pointer.text.xml @@ -0,0 +1,27 @@ +<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.pointer.text"> +<refmeta> +<refentrytitle>toc.pointer.text</refentrytitle> +<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo> +</refmeta> +<refnamediv> +<refname>toc.pointer.text</refname> +<refpurpose>The text for the "pointer" in the TOC</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment xml:id="toc.pointer.text.frag"> +<xsl:param name="toc.pointer.text"> > </xsl:param> +</src:fragment> +</refsynopsisdiv> + +<refsection><info><title>Description</title></info> +<para>If <varname>toc.pointer.graphic</varname> is zero, this text string +will be used to display the "pointer" in the TOC.</para> +<para>Only applies with the tabular presentation is being used.</para> +</refsection> +</refentry> |