MOON
Server: Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 PHP/5.4.10
System: Linux vps.presagepowered.net 2.6.18-398.el5 #1 SMP Tue Sep 16 20:51:48 EDT 2014 i686
User: mckernan (512)
PHP: 5.4.10
Disabled: NONE
Upload Files
File: //usr/share/doc/docbook-style-xsl-1.69.1/doc/html/html.stylesheet.html
<html><head>
      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
   <title>html.stylesheet</title><link rel="stylesheet" href="../ref.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.0"><link rel="start" href="index.html" title="HTML Parameter Reference"><link rel="up" href="rn07.html" title="HTML"><link rel="prev" href="html.stylesheet.type.html" title="html.stylesheet.type"><link rel="next" href="css.decoration.html" title="css.decoration"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">html.stylesheet</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="html.stylesheet.type.html">Prev</a>&nbsp;</td><th width="60%" align="center">HTML</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="css.decoration.html">Next</a></td></tr></table><hr></div><div class="refentry" lang="en"><a name="html.stylesheet"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>html.stylesheet &#8212; Name of the stylesheet(s) to use in the generated HTML</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><a name="html.stylesheet.frag"></a><pre class="programlisting">
&lt;xsl:param name="html.stylesheet" select="''"&gt;&lt;/xsl:param&gt;
</pre></div><div class="refsect1" lang="en"><a name="d0e1693"></a><h2>Description</h2><p>The <a href="html.stylesheet.html"><em class="parameter"><code>html.stylesheet</code></em></a> parameter is either empty,
indicating that no stylesheet <a href="http://docbook.org/tdg/en/html/LINK.html"><code class="sgmltag-element">LINK</code></a> tag should be generated
in the HTML output, or it is a list of one or more stylesheets.</p><p>Multiple stylesheets are space-delimited. If you need to
reference a stylesheet URI that includes a space, encode it with
<code class="literal">%20</code>. A seprate HTML <a href="http://docbook.org/tdg/en/html/LINK.html"><code class="sgmltag-element">LINK</code></a> element will
be generated for each stylesheet in the order they are listed in the
parameter.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="html.stylesheet.type.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="rn07.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="css.decoration.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">html.stylesheet.type&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;css.decoration</td></tr></table></div></body></html>