]> granicus.if.org Git - docbook-dsssl/commit
Added two new params: html.head.legalnotice.link.types and
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 27 Apr 2006 08:59:37 +0000 (08:59 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 27 Apr 2006 08:59:37 +0000 (08:59 +0000)
commitaf881c07fa1d210d79878eb5c4bff9f92626ff1d
tree2dc1f24d15dec55d1bc69862b8966cad2547099b
parent096611727dd67f97dd5088084f40b449a49f40a3
Added two new params: html.head.legalnotice.link.types and
html.head.legalnotice.link.multiple.

If the value of the generate.legalnotice.link is non-zero, then
the stylesheet generates (in the head section of the HTML source)
either a single HTML link element or, if the value of the
html.head.legalnotice.link.multiple is non-zero, one link element
for each link type specified. Each link has the following
attributes:

  - a rel attribute whose value is derived from the value of
    html.head.legalnotice.link.types

  - an href attribute whose value is set to the URL of the file
    containing the legalnotice

  - a title attribute whose value is set to the title of the
    corresponding legalnotice (or a title programatically
    determined by the stylesheet)

For example:

  <link rel="copyright" href="ln-id2524073.html" title="Legal Notice">

Closes #1476450. Thanks to Sam Steingold.
xsl/html/chunk-common.xsl
xsl/html/param.ent
xsl/html/param.xweb
xsl/params/generate.legalnotice.link.xml
xsl/params/html.head.legalnotice.link.multiple.xml [new file with mode: 0644]
xsl/params/html.head.legalnotice.link.types.xml [new file with mode: 0644]