From: Norman Walsh Date: Sun, 9 Jun 2002 10:53:53 +0000 (+0000) Subject: Updated documentation to reflect that html.stylesheet can now take a list of URIs X-Git-Tag: release/1.79.1~6^2~5596 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21bbcbe738cdc728cc3082822cac6603f6193573;p=docbook-dsssl Updated documentation to reflect that html.stylesheet can now take a list of URIs --- diff --git a/xsl/params/html.stylesheet.xml b/xsl/params/html.stylesheet.xml index adce4a293..d78332fbc 100644 --- a/xsl/params/html.stylesheet.xml +++ b/xsl/params/html.stylesheet.xml @@ -5,18 +5,26 @@ html.stylesheet -Name of the stylesheet to use in the generated HTML +Name of the stylesheet(s) to use in the generated HTML - + + + Description -The name of the stylesheet to place in the HTML LINK -tag, or the empty string to suppress the stylesheet LINK. - +The html.stylesheet parameter is either empty, +indicating that no stylesheet LINK tag should be generated +in the HTML output, or it is a list of one or more stylesheets. + +Multiple stylesheets are space-delimited. If you need to +reference a stylesheet URI that includes a space, encode it with +%20. A seprate HTML LINK element will +be generated for each stylesheet in the order they are listed in the +parameter.