]> granicus.if.org Git - docbook-dsssl/commitdiff
Updated documentation to reflect that html.stylesheet can now take a list of URIs
authorNorman Walsh <ndw@nwalsh.com>
Sun, 9 Jun 2002 10:53:53 +0000 (10:53 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 9 Jun 2002 10:53:53 +0000 (10:53 +0000)
xsl/params/html.stylesheet.xml

index adce4a29387f754b7387f5aefaf1d34332815908..d78332fbcf360347d08aa09ee3fdfe37633569f0 100644 (file)
@@ -5,18 +5,26 @@
 </refmeta>
 <refnamediv>
 <refname>html.stylesheet</refname>
-<refpurpose>Name of the stylesheet to use in the generated HTML</refpurpose>
+<refpurpose>Name of the stylesheet(s) to use in the generated HTML</refpurpose>
 </refnamediv>
 
 <refsynopsisdiv>
-<src:fragment id='html.stylesheet.frag'><xsl:param name="html.stylesheet" select="''"/></src:fragment>
+<src:fragment id='html.stylesheet.frag'>
+<xsl:param name="html.stylesheet" select="''"/>
+</src:fragment>
 </refsynopsisdiv>
 
 <refsect1><title>Description</title>
 
-<para>The name of the stylesheet to place in the HTML <sgmltag>LINK</sgmltag>
-tag, or the empty string to suppress the stylesheet <sgmltag>LINK</sgmltag>.
-</para>
+<para>The <parameter>html.stylesheet</parameter> parameter is either empty,
+indicating that no stylesheet <sgmltag>LINK</sgmltag> tag should be generated
+in the HTML output, or it is a list of one or more stylesheets.</para>
+
+<para>Multiple stylesheets are space-delimited. If you need to
+reference a stylesheet URI that includes a space, encode it with
+<literal>%20</literal>. A seprate HTML <sgmltag>LINK</sgmltag> element will
+be generated for each stylesheet in the order they are listed in the
+parameter.</para>
 
 </refsect1>
 </refentry>