Showing:

Documentation
Used by
References
Imported modules
Included modules
Imported from
Source
Stylesheet tei.xsl
Documentation

Description

TEI stylesheet making XSL-FO 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

Author: See AUTHORS

Id: $Id: tei.xsl 7865 2010-07-20 13:25:16Z rahtz $

Copyright: 2008, TEI Consortium

Imported modules
Included modules
Imported from
Stylesheet version 2.0
Variable top
Documentation

Description

Stylesheet constant for the input document.
Namespace No namespace
Select /
Used by
Variable tableSpecs
Source
<xsl:variable name="top" select="/"/>
Stylesheet location ../../../fo2/tei.xsl
Variable tableSpecs
Documentation

Description

Stylesheet constant for table specifications
Namespace No namespace
Used by
References
Parameter readColSpecFile
Variable top
Source
<xsl:variable name="tableSpecs">
  <xsl:choose>
    <xsl:when test="$readColSpecFile">
      <xsl:copy-of select="document($readColSpecFile,$top)/Info"/>
    </xsl:when>
    <xsl:otherwise>
      <Info/>
    </xsl:otherwise>
  </xsl:choose>
</xsl:variable>
Stylesheet location ../../../fo2/tei.xsl
Output (default)
Namespace No namespace
Output properties
encoding indent
no
Source
<xsl:output indent="no" encoding="utf-8"/>
Stylesheet location ../../../fo2/tei.xsl
Key DIVS
Namespace No namespace
Match tei:div|tei:div1|tei:div2|tei:div3|tei:div4|tei:div5
Use '1'
Source
<xsl:key name="DIVS" match="tei:div|tei:div1|tei:div2|tei:div3|tei:div4|tei:div5" use="'1'"/>
Stylesheet location ../../../fo2/tei.xsl