Sophie

Sophie

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

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

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>olink.base.uri</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="links.html" title="Linking"><link rel="prev" href="insert.olink.pdf.frag.html" title="insert.olink.pdf.frag"><link rel="next" href="olink.debug.html" title="olink.debug"><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">olink.base.uri</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="insert.olink.pdf.frag.html">Prev</a> </td><th width="60%" align="center">Linking</th><td width="20%" align="right"> <a accesskey="n" href="olink.debug.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="olink.base.uri"></a><div class="titlepage"></div> 
 
<div class="refnamediv"><h2><span class="refentrytitle">olink.base.uri</span></h2><p> 
olink.base.uri 
 &#8212; Base URI used in olink hrefs 
</p></div> 
<div class="refsynopsisdiv"><h2>Synopsis</h2> <a name="olink.base.uri.frag"></a><pre class="programlisting">
&lt;xsl:param name="olink.base.uri"&gt;&lt;/xsl:param&gt;
</pre> 
</div> 
<div class="refsection"><a name="idp4393168"></a><h2>Description</h2> 
 
<p>When cross reference data is collected for resolving olinks, it
may be necessary to prepend a base URI to each target's href. This
parameter lets you set that base URI when cross reference data is
collected. This feature is needed when you want to link to a document
that is processed without chunking. The output filename for such a
document is not known to the XSL stylesheet; the only target
information consists of fragment identifiers such as
<code class="literal">#idref</code>. To enable the resolution of olinks between
documents, you should pass the name of the HTML output file as the
value of this parameter. Then the hrefs recorded in the cross
reference data collection look like
<code class="literal">outfile.html#idref</code>, which can be reached as links
from other documents.</p>
</div> 
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="insert.olink.pdf.frag.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="links.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="olink.debug.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">insert.olink.pdf.frag </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> olink.debug</td></tr></table></div></body></html>