1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>generate.revhistory.link</title><link rel="stylesheet" href="reference.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: ReferenceDocumentation"><link rel="up" href="meta.html" title="Meta/*Info and Titlepages"><link rel="prev" href="generate.legalnotice.link.html" title="generate.legalnotice.link"><link rel="next" href="html.head.legalnotice.link.types.html" title="html.head.legalnotice.link.types"><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">generate.revhistory.link</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="generate.legalnotice.link.html">Prev</a></td><th width="60%" align="center">Meta/*Info and Titlepages</th><td width="20%" align="right"><a accesskey="n" href="html.head.legalnotice.link.types.html">Next</a></td></tr></table><hr></div><div class="refentry" title="generate.revhistory.link"><a name="generate.revhistory.link"></a><div class="titlepage"></div>
<div class="refnamediv"><h2><span class="refentrytitle">generate.revhistory.link</span></h2><p>
generate.revhistory.link
— Write revhistory to separate chunk and generate link?
</p></div>
<div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2>
<a name="generate.revhistory.link.frag"></a><pre class="programlisting"><xsl:param name="generate.revhistory.link" select="0"></xsl:param></pre>
</div>
<div class="refsection" title="Description"><a name="id1386078"></a><h2>Description</h2>
<p>If non-zero, the contents of <a href="http://docbook.org/tdg5/en/html/revhistory.html"><code class="sgmltag-element">revhistory</code></a> are written
to a separate HTML file and a link to the file is
generated. Otherwise, <a href="http://docbook.org/tdg5/en/html/revhistory.html"><code class="sgmltag-element">revhistory</code></a> contents are rendered on
the title page.</p>
<p>The name of the separate HTML file is computed as follows:
</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
<p>If a filename is given by the <a href="../pi/dbhtml_filename.html"><code class="sgmltag-xmlpi"><?dbhtml filename?></code></a> processing instruction,
that filename is used.</p>
</li><li class="listitem">
<p>If the revhistory has an <code class="sgmltag-attribute">id</code>/<code class="sgmltag-attribute">xml:id</code>
attribute, and if <a href="../html/use.id.as.filename.html"><em class="parameter"><code>use.id.as.filename</code></em></a> != 0, the filename is the concatenation of
the id value and the value of the <a href="../html/html.ext.html"><em class="parameter"><code>html.ext</code></em></a> parameter.</p>
</li><li class="listitem">
<p>If the revhistory does not have an <code class="sgmltag-attribute">id</code>/<code class="sgmltag-attribute">xml:id</code>
attribute, or if <a href="../html/use.id.as.filename.html"><em class="parameter"><code>use.id.as.filename</code></em></a> = 0, the filename is the concatenation of "rh-",
auto-generated id value, and <a href="../html/html.ext.html"><em class="parameter"><code>html.ext</code></em></a> value.
</p>
</li></ol></div><p>
</p>
</div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="generate.legalnotice.link.html">Prev</a></td><td width="20%" align="center"><a accesskey="u" href="meta.html">Up</a></td><td width="40%" align="right"><a accesskey="n" href="html.head.legalnotice.link.types.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">generate.legalnotice.link</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">html.head.legalnotice.link.types</td></tr></table></div></body></html>
|