Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 9f452694b2d23dacae7f9cc757f9be50 > files > 665

docbook-style-xsl-1.78.1-1.fc17.noarch.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>make.clean.html</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference Documentation"><link rel="up" href="html.html" title="HTML"><link rel="prev" href="generate.meta.abstract.html" title="generate.meta.abstract"><link rel="next" href="docbook.css.source.html" title="docbook.css.source"><link rel="copyright" href="copyright.html" title="License"></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">make.clean.html</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="generate.meta.abstract.html">Prev</a> </td><th width="60%" align="center">HTML</th><td width="20%" align="right"> <a accesskey="n" href="docbook.css.source.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="make.clean.html"></a><div class="titlepage"></div>

<div class="refnamediv"><h2><span class="refentrytitle">make.clean.html</span></h2><p>
make.clean.html
 &#8212; Make HTML conform to modern coding standards
</p></div>

<div class="refsynopsisdiv"><h2>Synopsis</h2>
<a name="make.clean.html.frag"></a><pre class="programlisting">
&lt;xsl:param name="make.clean.html" select="0"&gt;&lt;/xsl:param&gt;
</pre>
</div>

<div class="refsection"><a name="idp889440"></a><h2>Description</h2>

<p>If <a href="../html/make.clean.html.html"><em class="parameter"><code>make.clean.html</code></em></a> is true, the stylesheets take
extra effort to ensure that the resulting HTML is conforms to
modern HTML coding standards.  In addition to eliminating
excessive and noncompliant coding, it moves presentation
HTML coding to a CSS stylesheet.</p>

<p>The resulting HTML is dependent on
CSS for formatting, and so the stylesheet is capable of
generating a supporting CSS file. The <a href="../html/docbook.css.source.html"><em class="parameter"><code>docbook.css.source</code></em></a>
and <a href="../html/custom.css.source.html"><em class="parameter"><code>custom.css.source</code></em></a> parameters control
how a CSS file is generated.</p>

<p>If you require your CSS to reside in the HTML 
<code class="sgmltag-element">head</code> element, then the <a href="../html/generate.css.header.html"><em class="parameter"><code>generate.css.header</code></em></a>
can be used to do that.</p>

<p>The <a href="../html/make.clean.html.html"><em class="parameter"><code>make.clean.html</code></em></a> parameter is
different from <a href="../html/html.cleanup.html"><em class="parameter"><code>html.cleanup</code></em></a>
because the former changes the resulting markup; it does not use extension functions
like the latter to manipulate result-tree-fragments,
and is therefore applicable to any XSLT processor.</p>

<p>If <a href="../html/make.clean.html.html"><em class="parameter"><code>make.clean.html</code></em></a> is set to zero (the default),
then the stylesheet retains its original 
<span class="quote">&#8220;<span class="quote">old style</span>&#8221;</span>
HTML formatting features.</p>
</div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="generate.meta.abstract.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="html.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="docbook.css.source.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">generate.meta.abstract </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> docbook.css.source</td></tr></table></div></body></html>