generate.legalnotice.link

generate.legalnotice.link — Write legalnotice to separate chunk and generate link?

Synopsis

<xsl:param name="generate.legalnotice.link" select="0"></xsl:param>

Description

If the value of generate.legalnotice.link is non-zero, the stylesheet:

Otherwise, if generate.legalnotice.link is zero, legalnotice contents are rendered on the title page.

The name of the separate HTML file is computed as follows:

  1. If a filename is given by the <?dbhtml filename?> processing instruction, that filename is used.

  2. If the legalnotice has an id/xml:id attribute, and if use.id.as.filename != 0, the filename is the concatenation of the id value and the value of the html.ext parameter.

  3. If the legalnotice does not have an id/xml:id attribute, or if use.id.as.filename = 0, the filename is the concatenation of "ln-", auto-generated id value, and html.ext value.