diff options
Diffstat (limited to '3rdParty/DocBook/XSL/params/toc.html.xml')
-rw-r--r-- | 3rdParty/DocBook/XSL/params/toc.html.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/3rdParty/DocBook/XSL/params/toc.html.xml b/3rdParty/DocBook/XSL/params/toc.html.xml new file mode 100644 index 0000000..62c060c --- /dev/null +++ b/3rdParty/DocBook/XSL/params/toc.html.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.html"> +<refmeta> +<refentrytitle>toc.html</refentrytitle> +<refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo> +</refmeta> +<refnamediv> +<refname>toc.html</refname> +<refpurpose>Name of ToC HTML file</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment xml:id="toc.html.frag"> +<xsl:param name="toc.html" select="concat('toc', $html.ext)"/> +</src:fragment> +</refsynopsisdiv> + +<refsection><info><title>Description</title></info> + +<para>Sets the filename used for the table of contents page.</para> + +</refsection> +</refentry> |