diff options
Diffstat (limited to '3rdParty/DocBook/XSL/params/generate.legalnotice.link.xml')
-rw-r--r-- | 3rdParty/DocBook/XSL/params/generate.legalnotice.link.xml | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/3rdParty/DocBook/XSL/params/generate.legalnotice.link.xml b/3rdParty/DocBook/XSL/params/generate.legalnotice.link.xml new file mode 100644 index 0000000..534e050 --- /dev/null +++ b/3rdParty/DocBook/XSL/params/generate.legalnotice.link.xml @@ -0,0 +1,72 @@ +<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="generate.legalnotice.link"> +<refmeta> +<refentrytitle>generate.legalnotice.link</refentrytitle> +<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo> +</refmeta> +<refnamediv> +<refname>generate.legalnotice.link</refname> +<refpurpose>Write legalnotice to separate chunk and generate link?</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment xml:id="generate.legalnotice.link.frag"><xsl:param name="generate.legalnotice.link" select="0"/></src:fragment> +</refsynopsisdiv> + +<refsection><info><title>Description</title></info> + +<para>If the value of <parameter>generate.legalnotice.link</parameter> +is non-zero, the stylesheet: + +<itemizedlist> + <listitem> + <para>writes the contents of <tag>legalnotice</tag> to a separate + HTML file</para> + </listitem> + <listitem> + <para>inserts a hyperlink to the <tag>legalnotice</tag> file</para> + </listitem> + <listitem> + <para>adds (in the HTML <literal>head</literal>) either a single + <literal>link</literal> or element or multiple + <literal>link</literal> elements (depending on the value of the + <parameter>html.head.legalnotice.link.multiple</parameter> + parameter), with the value or values derived from the + <parameter>html.head.legalnotice.link.types</parameter> + parameter</para> + </listitem> + </itemizedlist> + + Otherwise, if <parameter>generate.legalnotice.link</parameter> is + zero, <tag>legalnotice</tag> contents are rendered on the title + page.</para> + +<para>The name of the separate HTML file is computed as follows: + +<orderedlist> +<listitem> + <para>If a filename is given by the <tag class="xmlpi">dbhtml filename</tag> +processing instruction, that filename is used.</para> +</listitem> +<listitem> + <para>If the legalnotice has an <tag class="attribute">id</tag>/<tag class="attribute">xml:id</tag> +attribute, and if <parameter>use.id.as.filename</parameter> != 0, the filename +is the concatenation of the id value and the value of the <parameter>html.ext</parameter> +parameter.</para> +</listitem> +<listitem> + <para>If the legalnotice does not have an <tag class="attribute">id</tag>/<tag class="attribute">xml:id</tag> + attribute, or if <parameter>use.id.as.filename</parameter> = 0, the filename is the concatenation of "ln-", +auto-generated id value, and <parameter>html.ext</parameter> value. + </para> +</listitem> +</orderedlist> + +</para> + +</refsection> +</refentry> |