2N/A<?
xml version="1.0"?>
2N/A Copyright 2002-2004 The Apache Software Foundation 2N/A Licensed under the Apache License, Version 2.0 (the "License"); 2N/A you may not use this file except in compliance with the License. 2N/A You may obtain a copy of the License at 2N/A Unless required by applicable law or agreed to in writing, software 2N/A distributed under the License is distributed on an "AS IS" BASIS, 2N/A WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 2N/A See the License for the specific language governing permissions and 2N/A limitations under the License. 2N/A<!
DOCTYPE xsl:
stylesheet [
2N/A<
xsl:
stylesheet version="1.0" 2N/A<!-- Please, don't hard-code output strings! Use the language --> 2N/A<!-- files and the translation "stuff"... --> 2N/A<!-- Injected variables: --> 2N/A<!-- $is-chm - (boolean) target is for CHM generation or not --> 2N/A<!-- $is-zip - (boolean) target is for ZIP generation or not --> 2N/A<!-- $messages - (node-set) localized common text snippets --> 2N/A<!-- $output-encoding - (string) MIME charset name of the output --> 2N/A<!-- Constants used for case translation --> 2N/A<
xsl:
variable name="lowercase" select="'abcdefghijklmnopqrstuvwxyz'" />
2N/A<
xsl:
variable name="uppercase" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'" />
2N/A<!-- space separated list of blockelements defined in common.dtd --> 2N/A<!-- used for inline content catching in <example>s --> 2N/A<
xsl:
variable name="blockelements">
2N/A p example note table ul ol dl pre img blockquote
2N/A<!-- relative path to /manual/ --> 2N/A<
xsl:
variable name="metafile" select="document(/*/@metafile)/metafile" />
2N/A<!-- load outsourced page types --> 2N/A<!-- load utility snippets --> 2N/A<!-- make sure, we set relative anchors only, if we're actually --> 2N/A<!-- transforming a modulefile (see <directive> template) --> 2N/A<
xsl:
variable name="in-modulesynopsis" select="boolean(/modulesynopsis)" />
2N/A<!-- when referencing to a directory, we may need to complete the path --> 2N/A<!-- with the index file (for offline applications like *.chm files) --> 2N/A<
xsl:
variable name="index-file">
2N/A<!-- it may be desired to open external targets in a new window --> 2N/A<
xsl:
variable name="ext-target" select="boolean($is-chm)" />
2N/A<!-- #################################################################### --> 2N/A<!-- Utility templates for constructing pages --> 2N/A<!-- #################################################################### --> 2N/A<!-- ==================================================================== --> 2N/A<!-- ==================================================================== --> 2N/A<
xsl:
template name="head">
2N/A <!-- the meta element is necessary for offline handling like CHM --> 2N/A <
xsl:
when test="$is-chm or $is-zip">
2N/A <
meta http-
equiv="Content-Type" 2N/A <
xsl:
text> </
xsl:
text>
2N/A <
xsl:
text>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</
xsl:
text>
2N/A <
xsl:
text> </
xsl:
text>
2N/A <
xsl:
text>This file is generated from xml source: DO NOT EDIT</
xsl:
text>
2N/A <
xsl:
text> </
xsl:
text>
2N/A <
xsl:
text>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</
xsl:
text>
2N/A <
xsl:
text> </
xsl:
text>
2N/A <
xsl:
when test="name">
2N/A <
xsl:
value-
of select="name"/>
2N/A <
xsl:
value-
of select="title"/>
2N/A <
xsl:
text> </
xsl:
text>
2N/A <!-- chm files get a slightly different stylesheet --> 2N/A <
xsl:
when test="$is-chm">
2N/A <
link type="text/css" rel="stylesheet" media="all" 2N/A <!-- zip packages do also --> 2N/A <
xsl:
when test="$is-zip">
2N/A <
link title="Main stylesheet" type="text/css" media="all" 2N/A <
link title="No Sidebar - Default font size" type="text/css" media="all" 2N/A rel="alternate stylesheet" 2N/A <
link title="Main stylesheet" type="text/css" media="all" 2N/A <
link title="No Sidebar - Default font size" type="text/css" media="all" 2N/A rel="alternate stylesheet" 2N/A <!-- chm files do not need a favicon --> 2N/A <
xsl:
if test="not($is-chm or $is-zip)">&lf;
2N/A<!-- ==================================================================== --> 2N/A<!-- ==================================================================== --> 2N/A<
xsl:
template name="top">
2N/A<
div id="page-header">&lf;
2N/A <
xsl:
call-
template name="super-menu" />&lf;
2N/A</
div>&lf;
<!-- /page-header --> 2N/A <
a href="./{$index-file}">
2N/A <
xsl:
if test="parentdocument">
2N/A <
xsl:
attribute name="href">
2N/A <
xsl:
value-
of select="parentdocument/@href"/>
2N/A <
xsl:
with-
param name="uri" select="parentdocument/@href" />
2N/A </
xsl:
call-
template>
2N/A <
xsl:
if test="$ext-target">
2N/A <
xsl:
attribute name="target">_blank</
xsl:
attribute>
2N/A <
xsl:
text> > </
xsl:
text>
2N/A <
xsl:
if test="$ext-target">
2N/A <
xsl:
attribute name="target">_blank</
xsl:
attribute>
2N/A <
xsl:
text> > </
xsl:
text>
2N/A <
xsl:
if test="$ext-target">
2N/A <
xsl:
attribute name="target">_blank</
xsl:
attribute>
2N/A <
xsl:
text> > </
xsl:
text>
2N/A <
a href="{$path}/{$index-file}">
2N/A <
xsl:
text> > </
xsl:
text>
2N/A <
a href="./{$index-file}">
2N/A <
xsl:
text> > </
xsl:
text>
2N/A <
a href="{parentdocument/@href}">
2N/A <
xsl:
with-
param name="uri" select="parentdocument/@href"/>
2N/A </
xsl:
call-
template>
2N/A <
xsl:
value-
of select="parentdocument"/>
2N/A</
div>
<!-- /path --> 2N/A<!-- ==================================================================== --> 2N/A<!-- ==================================================================== --> 2N/A<
xsl:
template name="outofdate">
2N/A <
div class="outofdate">
2N/A<!-- ==================================================================== --> 2N/A<!-- ==================================================================== --> 2N/A<
xsl:
template name="bottom">
2N/A<
xsl:
call-
template name="langavail">
2N/A <
xsl:
with-
param name="position" select="'bottom'" />
2N/A<
div id="footer">&lf;
2N/A <
xsl:
text>Copyright 1999-2004 The Apache Software </
xsl:
text>
2N/A <
xsl:
text>Foundation.</
xsl:
text><
br />
2N/A <
xsl:
text> </
xsl:
text>
2N/A <
xsl:
if test="$ext-target">
2N/A <
xsl:
attribute name="target">_blank</
xsl:
attribute>
2N/A <
xsl:
text>Apache License, Version 2.0</
xsl:
text>
2N/A <
xsl:
text>.</
xsl:
text>
2N/A <
xsl:
call-
template name="super-menu"/>
2N/A</
div>
<!-- /footer --> 2N/A<!-- ==================================================================== --> 2N/A<!-- build an "available languages" section --> 2N/A<!-- ==================================================================== --> 2N/A<
xsl:
template name="langavail">
2N/A<
xsl:
param name="position" select="'top'" />
2N/A<
xsl:
if test="not($is-chm or $is-zip)">
2N/A<
div class="{$position}lang">&lf;
2N/A <
xsl:
text>: </
xsl:
text>
2N/A <
xsl:
sort select="." />
2N/A <
xsl:
attribute name="href">
2N/A <
xsl:
if test="$messages/@lang != .">
2N/A <
xsl:
attribute name="hreflang">
2N/A <
xsl:
value-
of select="." />
2N/A <
xsl:
attribute name="rel">alternate</
xsl:
attribute>
2N/A <
xsl:
attribute name="title">
2N/A <
xsl:
when test=". != 'fr'">
<!-- no language file avail. --> 2N/A <
xsl:
value-
of select="document(concat('/lang/', ., '.xml')) 2N/A /messages/@langname" />
2N/A <
xsl:
text>Français</
xsl:
text>
2N/A <
xsl:
value-
of select="." />
2N/A <
xsl:
if test="position() != last()">
2N/A <
xsl:
text> |
</
xsl:
text>
2N/A</
div>
<!-- /.{$position}lang --> 2N/A<
xsl:
if test="$position = 'top'">
2N/A <
xsl:
call-
template name="outofdate" />
2N/A<!-- ==================================================================== --> 2N/A<!-- Process a documentation section --> 2N/A<!-- ==================================================================== --> 2N/A<
xsl:
template match="section">
2N/A<
xsl:
call-
template name="toplink" />&lf;
2N/A<
div class="section">&lf;
2N/A <!-- Section heading --> 2N/A <
xsl:
when test="@id">
2N/A <
a id="{@id}" name="{@id}">
2N/A <
xsl:
apply-
templates select="title" mode="print" />
2N/A <
xsl:
apply-
templates select="title" mode="print" />
2N/A <!-- Section body --> 2N/A <
xsl:
apply-
templates />
2N/A</
div>
<!-- /.section --> 2N/A<!-- ==================================================================== --> 2N/A<!-- handle subsections (lower level headings) --> 2N/A<!-- ==================================================================== --> 2N/A<!-- Section heading --> 2N/A <
xsl:
when test="@id">
2N/A <
a id="{@id}" name="{@id}">
2N/A <
xsl:
apply-
templates select="title" mode="print" />
2N/A <
xsl:
apply-
templates select="title" mode="print" />
2N/A<!-- Section body --> 2N/A<
xsl:
apply-
templates />
2N/A<!-- ==================================================================== --> 2N/A<!-- handle subsubsections (h4) --> 2N/A<!-- ==================================================================== --> 2N/A<!-- Section heading --> 2N/A <
xsl:
when test="@id">
2N/A <
a id="{@id}" name="{@id}">
2N/A <
xsl:
apply-
templates select="title" mode="print" />
2N/A <
xsl:
apply-
templates select="title" mode="print" />
2N/A<!-- Section body --> 2N/A<
xsl:
apply-
templates/>
2N/A<!-- ==================================================================== --> 2N/A<!-- section nesting > h4 is not supported for now --> 2N/A<!-- ==================================================================== --> 2N/A<
xsl:
message terminate="yes">
2N/A <
xsl:
text>FATAL: exceeding maximum section nesting level.</
xsl:
text>
2N/A <
xsl:
text>Perhaps you should consider to split your document into</
xsl:
text>
2N/A <
xsl:
text>several ones...</
xsl:
text>
2N/A<!-- ==================================================================== --> 2N/A<!-- (sub)section titles --> 2N/A<!-- ==================================================================== --> 2N/A<
xsl:
apply-
templates/>
2N/A<!-- ==================================================================== --> 2N/A<!-- generate section index --> 2N/A<!-- ==================================================================== --> 2N/A<
xsl:
template match="section" mode="index">
2N/A <
xsl:
text> </
xsl:
text>
2N/A <
xsl:
when test="@id">
2N/A <
xsl:
apply-
templates select="title" mode="print" />
2N/A <
xsl:
apply-
templates select="title" mode="print" />
2N/A<!-- /section index --> 2N/A<!-- ==================================================================== --> 2N/A<!-- docs super menu --> 2N/A<!-- ==================================================================== --> 2N/A<
xsl:
template name="super-menu">
2N/A <
a href="{$path}/mod/{$index-file}">
2N/A <
xsl:
text> | </
xsl:
text>
2N/A <
xsl:
text> | </
xsl:
text>
2N/A <
a href="{$path}/faq/{$index-file}">
2N/A <
xsl:
text> | </
xsl:
text>
2N/A <
xsl:
text> | </
xsl:
text>
2N/A<!-- ==================================================================== --> 2N/A<!-- iterate over *all* nodes; bare text and other inline stuff is --> 2N/A<!-- wrapped into <p><code>, block level elements (defined in --> 2N/A<!-- $blockelements) are applied "as is" --> 2N/A<!-- ==================================================================== --> 2N/A<
xsl:
variable name="blocks" 2N/A select="concat(' ', normalize-space($blockelements), ' ')" />
2N/A<
xsl:
template match="example">
2N/A<
div class="example">
2N/A <
xsl:
apply-
templates select="title" mode="print" />
2N/A <
xsl:
variable name="is-block-node" 2N/A select="boolean(contains($blocks, 2N/A concat(' ', local-name(), ' ')))"/>
2N/A <!-- bb = (number of) blocks nodes before (the current) --> 2N/A <
xsl:
variable name="bb" 2N/A select="count(preceding-sibling::*[ 2N/A concat(' ', local-name(), ' '))])" />
2N/A <
xsl:
if test="$is-block-node or position()=last()">
2N/A <
xsl:
variable name="content">
2N/A <!-- phew. short explanation, what happens here: --> 2N/A <!-- We want to get the inline stuff between the last --> 2N/A <!-- block node and the current node. --> 2N/A <!-- So filter all previous nodes for the condition --> 2N/A <!-- that the number of block nodes of all of *their* --> 2N/A <!-- previous nodes is >= $bb. Hope that helps ;-) --> 2N/A <
xsl:
apply-
templates 2N/A select="preceding-sibling::node()[ 2N/A count(preceding-sibling::*[ 2N/A concat(' ', local-name(), ' '))]) 2N/A <
xsl:
apply-
templates 2N/A select="self::node()[not($is-block-node)]" />
2N/A <!-- apply bare text only, if it's not only \s or empty --> 2N/A <
xsl:
if test="not(normalize-space($content) = '')">
2N/A <!-- same as $content above. xsl:copy-of seems to make --> 2N/A <!-- thread problems with xalan-j ... --> 2N/A <
xsl:
apply-
templates 2N/A select="preceding-sibling::node()[ 2N/A count(preceding-sibling::*[ 2N/A concat(' ', local-name(), 2N/A <
xsl:
apply-
templates 2N/A select="self::node()[not($is-block-node)]" />
2N/A <
xsl:
apply-
templates select="self::node()[$is-block-node]" />
2N/A</
div>
<!-- /.example --> 2N/A<!-- ==================================================================== --> 2N/A<!-- ==================================================================== --> 2N/A <
xsl:
apply-
templates/>
2N/A<!-- ==================================================================== --> 2N/A<!-- indentations --> 2N/A<!-- ==================================================================== --> 2N/A<
xsl:
template match="indent">
2N/A<
span class="indent">
2N/A <
xsl:
apply-
templates/>
2N/A<!-- ==================================================================== --> 2N/A<!-- ==================================================================== --> 2N/A<
xsl:
template match="note">
2N/A <
xsl:
if test="@type='warning'">
2N/A <
xsl:
attribute name="class">warning</
xsl:
attribute>
2N/A <
xsl:
apply-
templates/>
2N/A<!-- ==================================================================== --> 2N/A<!-- <note><title> --> 2N/A<!-- ==================================================================== --> 2N/A <
xsl:
apply-
templates/>
2N/A<!-- ==================================================================== --> 2N/A<!-- Inserts link to another directive, which might be in another module. --> 2N/A<!-- References are converted into lower case. --> 2N/A<!-- ==================================================================== --> 2N/A<
xsl:
template match="directive" name="directive">
2N/A<
code class="directive">
2N/A <
xsl:
when test="@module">
2N/A <
xsl:
variable name="lowerdirective" 2N/A select="translate(., $uppercase, $lowercase)" />
2N/A <
a href="#{$lowerdirective}">
2N/A <
xsl:
if test="@type='section'"><</
xsl:
if>
2N/A <
xsl:
value-
of select="."/>
2N/A <
xsl:
if test="@type='section'">></
xsl:
if>
2N/A <
a href="{$path}/mod/{@module}.html#{$lowerdirective}">
2N/A <
xsl:
if test="@type='section'"><</
xsl:
if>
2N/A <
xsl:
value-
of select="."/>
2N/A <
xsl:
if test="@type='section'">></
xsl:
if>
2N/A <
xsl:
if test="@type='section'"><</
xsl:
if>
2N/A <
xsl:
value-
of select="."/>
2N/A <
xsl:
if test="@type='section'">></
xsl:
if>
2N/A<!-- ==================================================================== --> 2N/A<!-- Inserts a link to refereed module --> 2N/A<!-- ==================================================================== --> 2N/A<
xsl:
template match="module" name="module">
2N/A<
code class="module">
2N/A <
a href="{$path}/mod/{.}.html">
2N/A <
xsl:
value-
of select="."/>
2N/A<!-- ==================================================================== --> 2N/A<!-- ==================================================================== --> 2N/A<
xsl:
template match="related">
2N/A<
table class="related">
<
xsl:
if test="count(modulelist/*) > 0">
<
xsl:
apply-
templates select="modulelist" />
<
xsl:
if test="count(directivelist/*) > 0">
<
xsl:
apply-
templates select="directivelist"/>
<!-- ==================================================================== --> <!-- ==================================================================== --> <
xsl:
for-
each select="module">
<
xsl:
call-
template name="module"/>
<!-- ==================================================================== --> <!-- ==================================================================== --> <
xsl:
for-
each select="directive">
<
xsl:
call-
template name="directive"/>
<!-- ==================================================================== --> <!-- ==================================================================== --> <
xsl:
template match="table">
<!-- existing border attribute will result in <table class="bordered"> --> <
xsl:
attribute name="class">bordered</
xsl:
attribute>
<!-- style="zebra": alternating colors per row, i.e. every second row --> <!-- gets a class="odd". Header lines (no <td>) get a --> <!-- class="header". These lines will be excluded from --> <!-- the "odd" line count. That way header lines act --> <!-- interjectional, which creates a better visual and --> <!-- psychological effect. --> <
xsl:
when test="@style = 'zebra'">
<
xsl:
for-
each select="tr">
<
xsl:
when test="count(td) = 0">
<
xsl:
attribute name="class">header</
xsl:
attribute>
(count(preceding-sibling::tr[count(td) = 0]) mod 2)">
<
xsl:
attribute name="class">odd</
xsl:
attribute>
<!-- ==================================================================== --> <!-- ==================================================================== --> <
xsl:
template match="ol">
<!-- A. B. C. D. (list-style-type="upper-alpha") --> <
xsl:
when test="@type = 'A'">
<
xsl:
attribute name="class">up-A</
xsl:
attribute>
<
xsl:
when test="@type = 'a'">
<
xsl:
attribute name="class">lo-A</
xsl:
attribute>
<!-- ==================================================================== --> <!-- diverse elements --> <!-- Passes through content --> <!-- ==================================================================== --> <
xsl:
template match="summary|description|usage|syntax|default">
<!-- ==================================================================== --> <!-- ==================================================================== --> <
xsl:
when test="not(@href)">
<
xsl:
apply-
templates select="@*|*|text()"/>
<
xsl:
apply-
templates select="@*"/>
<
xsl:
with-
param name="uri" select="@href"/>
<
xsl:
apply-
templates select="*|text()"/>
<!-- ==================================================================== --> <!-- ==================================================================== --> <
xsl:
template name="toplink">
<
a href="#page-header"><
img src="{$path}/images/up.gif" alt="top" /></
a>
<!-- ==================================================================== --> <!-- translator's notes are displayed in a different color --> <!-- ==================================================================== --> <
xsl:
template match="transnote">
<!-- ==================================================================== --> <!-- Filter   in text() nodes. --> <!-- In some environments this character won't be transformed correctly, --> <!-- so we just write it explicitely as " " into the output. --> <!-- ==================================================================== --> <
xsl:
param name="text" select="." />
<
xsl:
when test="contains($text, ' ')">
<
xsl:
value-
of select="substring-before($text, ' ')" />
<
xsl:
with-
param name="text" select="substring-after($text, ' ')" />
<
xsl:
value-
of select="$text" />
<!-- ==================================================================== --> <!-- Process everything else by just passing it through --> <!-- ==================================================================== --> <
xsl:
message terminate="yes">
<
xsl:
text>Unknown element: </
xsl:
text>
<
xsl:
value-
of select="local-name()" />&lf;
<
xsl:
template match="@*">
<
xsl:
apply-
templates select="*|@*|text()" />
<
xsl:
template match="br"><
br /></
xsl:
template>
<
xsl:
template match="tr"><
tr><
xsl:
apply-
templates select="*|@*|text()" /></
tr></
xsl:
template>
<
xsl:
template match="th"><
th><
xsl:
apply-
templates select="*|@*|text()" /></
th></
xsl:
template>
<
xsl:
template match="td"><
td><
xsl:
apply-
templates select="*|@*|text()" /></
td></
xsl:
template>
<
xsl:
template match="p"><
p><
xsl:
apply-
templates select="*|@*|text()" /></
p></
xsl:
template>
<
xsl:
template match="ul"><
ul><
xsl:
apply-
templates select="*|@*|text()" /></
ul></
xsl:
template>
<
xsl:
template match="li"><
li><
xsl:
apply-
templates select="*|@*|text()" /></
li></
xsl:
template>
<
xsl:
template match="dl"><
dl><
xsl:
apply-
templates select="*|@*|text()" /></
dl></
xsl:
template>
<
xsl:
template match="dt"><
dt><
xsl:
apply-
templates select="*|@*|text()" /></
dt></
xsl:
template>
<
xsl:
template match="dd"><
dd><
xsl:
apply-
templates select="*|@*|text()" /></
dd></
xsl:
template>
<
xsl:
template match="em"><
em><
xsl:
apply-
templates select="*|@*|text()" /></
em></
xsl:
template>
<
xsl:
template match="strong"><
strong><
xsl:
apply-
templates select="*|@*|text()" /></
strong></
xsl:
template>
<
xsl:
template match="pre"><
pre><
xsl:
apply-
templates select="*|@*|text()" /></
pre></
xsl:
template>
<
xsl:
template match="code"><
code><
xsl:
apply-
templates select="*|@*|text()" /></
code></
xsl:
template>
<
xsl:
template match="var"><
var><
xsl:
apply-
templates select="*|@*|text()" /></
var></
xsl:
template>
<
xsl:
template match="dfn"><
dfn><
xsl:
apply-
templates select="*|@*|text()" /></
dfn></
xsl:
template>
<
xsl:
template match="blockquote"><
blockquote><
xsl:
apply-
templates select="*|@*|text()" /></
blockquote></
xsl:
template>
<
xsl:
template match="q"><
q><
xsl:
apply-
templates select="*|@*|text()" /></
q></
xsl:
template>
<
xsl:
template match="cite"><
cite><
xsl:
apply-
templates select="*|@*|text()" /></
cite></
xsl:
template>
<
xsl:
template match="img"><
img><
xsl:
apply-
templates select="*|@*|text()" /></
img></
xsl:
template>
<!-- ==================================================================== --> <!-- create a letter bar --> <!-- ==================================================================== --> <
xsl:
template name="letter-bar">
<
xsl:
param name="letters" />
<
xsl:
param name="first" />
<
xsl:
if test="not($first)">
<
a href="#{substring($letters,1,1)}">
<
xsl:
value-
of select="substring($letters, 1, 1)" />
<
xsl:
if test="string-length($letters) > 1">
<
xsl:
call-
template name="letter-bar">
<
xsl:
with-
param name="letters" select="substring($letters, 2)" />
<
xsl:
with-
param name="first" select="false()" />
<!-- ==================================================================== --> <!-- template(s) for collecting all start letters of directives --> <!-- ==================================================================== --> <
xsl:
template name="directive-startletters">
<
xsl:
param name="directives" />
<
xsl:
call-
template name="_squeeze-letters">
<
xsl:
with-
param name="lastletter" select="''" />
<
xsl:
with-
param name="letters">
<
xsl:
for-
each select="$directives">
<
xsl:
sort select="name"/>
select="translate(substring(normalize-space(name), 1, 1), $lowercase, $uppercase)" />
<!-- /directive-startletters --> <!-- ==================================================================== --> <!-- squeeze subsequent letters in a string --> <!-- ==================================================================== --> <
xsl:
template name="_squeeze-letters">
<
xsl:
param name="letters"/>
<
xsl:
param name="lastletter"/>
<
xsl:
variable name="current" select="substring($letters, 1, 1)" />
<
xsl:
if test="not($lastletter = $current)">
<
xsl:
value-
of select="$current" />
<
xsl:
if test="string-length($letters) > 1">
<
xsl:
call-
template name="_squeeze-letters">
<
xsl:
with-
param name="letters" select="substring($letters, 2)" />
<
xsl:
with-
param name="lastletter" select="$current"/>
<!-- /_squeeze-letters --> <!-- ==================================================================== --> <!-- fix href and target attribute of an element. --> <!-- ==================================================================== --> <!-- lame is_absolute_uri test --> <
xsl:
when test=" contains($uri, ':') and string-length(substring-before($uri, ':')) < 7">
<
xsl:
if test="$ext-target">
<
xsl:
attribute name="target">_blank</
xsl:
attribute>
<
xsl:
variable name="fragment">
<
xsl:
if test="contains($uri, '#')">
<
xsl:
value-
of select="concat('#', substring-after($uri, '#'))"/>
<
xsl:
variable name="absuri">
<
xsl:
when test="contains($uri, '#')">
<
xsl:
value-
of select="concat('#', substring-before($uri, '#'))"/>
<
xsl:
value-
of select="$uri"/>
<
xsl:
if test="substring($absuri, string-length($uri), 1) = '/'">
<
xsl:
attribute name="href">
<
xsl:
value-
of select="concat($absuri, $index-file, $fragment)"/>
<!-- ==================================================================== --> <!-- Ignore table hints used for latex --> <!-- ==================================================================== --> <
xsl:
template match="columnspec">
<
xsl:
template match="column">