TEI stylesheet customization module for HTML output.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
<xsl:template name="hdr3"><a href="#rh-column" title="Go to main page content" class="skiplinks">Skip links</a><a class="hide">|</a><xsl:call-template name="crumbPath"/><a class="hide">|</a><a class="bannerright" href="{$parentURL}" title="Go to home page"><xsl:value-of select="$parentWords"/></a></xsl:template>
A file is looked for relative to the stylesheet (the
second parameter of the document function), which is expected to
contain a TEI <list> where each <item> has an embedded
<xref>
The difference between TEI div levels and HTML.
headings.
TEI <div>s are implicitly or explicitly numbered from 0
upwards; this offset is added to that number to produce an HTML
<Hn> element. So a value of 2 here means that a <div1>
will generate an <h2>
When processing a <div> or <div[0-5]>, compare
the nesting depth and see whether to start a new HTML page. Since the
TEI starts with <div1>, setting this parameter to 0 will cause
top-level sections to be split apart. The default is not to split at
all.
How to specify infra-document links. When a document is split,
links need to be constructed between parts of the document.
The default is to use a query parameter on the URL.
It is often nice if, when making separate files, their names
correspond to the ID attribute of the >div<. Alternatively, you
can let the system choose names.
Depth at which to stop doing a recursive table of
contents.
You can have a mini table of contents at the start
of each section. The default is only to construct a TOC at the
top level; a value of -1 here means no subtoc at all.