File: //usr/share/doc/docbook-style-xsl-1.69.1/doc/html/pr01.html
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Introduction</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="index.html" title="HTML Parameter Reference"><link rel="prev" href="index.html" title="HTML Parameter Reference"><link rel="next" href="rn01.html" title="Admonitions"></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">Introduction</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="rn01.html">Next</a></td></tr></table><hr></div><div class="preface" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e21"></a>Introduction</h2></div></div></div><p>This is reference documentation for all user-configurable
parameters in the DocBook XSL HTML stylesheets (for generating
HTML output).</p><p>This reference describes each of the HTML Stylesheet parameters.
These are the “<span class="quote">easily customizable</span>” parts of the stylesheet.
If you want to specify an alternate value for one or more of these
parameters, you can do so in a “<span class="quote">driver</span>” stylesheet.</p><p>For example, if you want to change the <code class="literal">html.stylesheet</code>
to <code class="filename">reference.css</code>, you might create a driver
stylesheet like this:</p><pre class="programlisting"><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'>
<xsl:import href="http://docbook.sourceforge.net/release/xsl/snapshot/html/docbook.xsl"/>
<xsl:param name="html.stylesheet">reference.css</xsl:param>
</xsl:stylesheet></pre><p>Naturally, you have to change the
<code class="sgmltag-attribute">href</code> attribute on
<code class="literal"><xsl:import></code> to point to
<code class="filename">docbook.xsl</code> on your system. (Or
<code class="filename">chunk.xsl</code>, if you're using chunking.)</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="rn01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">HTML Parameter Reference </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Admonitions</td></tr></table></div></body></html>