Showing:

Documentation
Used by
References
Supersedes
Imported modules
Source
Main stylesheet to.xsl
Documentation

Description

This software is dual-licensed: 1. Distributed under a Creative Commons Attribution-ShareAlike 3.0 Unported License http://creativecommons.org/licenses/by-sa/3.0/ 2. http://www.opensource.org/licenses/BSD-2-Clause All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright holder or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.

Author: See AUTHORS

Id: $Id: to.xsl 9703 2011-11-09 11:16:42Z rahtz $

Copyright: 2008, TEI Consortium

Imported modules
Stylesheet version 2.0
Template /
Namespace No namespace
Match /
Mode #default
References
Template processTEI
Supersedes
Template /
Import precedence 12
Source
<xsl:template match="/">
  <xsl:variable name="All">
    <xsl:apply-templates mode="checkSchematron"/>
  </xsl:variable>
  <xsl:for-each select="$All">
    <xsl:call-template name="processTEI"/>
  </xsl:for-each>
</xsl:template>
Stylesheet location to.xsl
Parameter numberFormat
Namespace No namespace
Used by
Template tei:num
Source
<xsl:param name="numberFormat">uk</xsl:param>
Stylesheet location to.xsl
Parameter STDOUT
Namespace No namespace
Used by
Supersedes
Parameter STDOUT
Source
<xsl:param name="STDOUT">true</xsl:param>
Stylesheet location to.xsl
Parameter xhtml
Namespace No namespace
Source
<xsl:param name="xhtml">true</xsl:param>
Stylesheet location to.xsl
Parameter splitLevel
Namespace No namespace
Used by
Supersedes
Parameter splitLevel
Source
<xsl:param name="splitLevel">-1</xsl:param>
Stylesheet location to.xsl
Parameter autoToc
Namespace No namespace
Used by
Supersedes
Parameter autoToc
Source
<xsl:param name="autoToc">true</xsl:param>
Stylesheet location to.xsl
Parameter tocDepth
Namespace No namespace
Used by
Template tei:*maketoc
Supersedes
Parameter tocDepth
Source
<xsl:param name="tocDepth">3</xsl:param>
Stylesheet location to.xsl
Parameter institution
Namespace No namespace
Used by
Template stdheader
Supersedes
Parameter institution
Source
<xsl:param name="institution"/>
Stylesheet location to.xsl
Parameter department
Namespace No namespace
Used by
Template stdheader
Supersedes
Parameter department
Source
<xsl:param name="department"/>
Stylesheet location to.xsl
Parameter cssFile
Namespace No namespace
Used by
Supersedes
Parameter cssFile
Source
<xsl:param name="cssFile">iso.css</xsl:param>
Stylesheet location to.xsl
Parameter cssSecondaryFile
Namespace No namespace
Used by
Template includeCSS
Supersedes
Parameter cssSecondaryFile
Source
<xsl:param name="cssSecondaryFile">http://tei.oucs.ox.ac.uk/TEIISO/iso-odd.css</xsl:param>
Stylesheet location to.xsl
Parameter cssPrintFile
Namespace No namespace
Used by
Template includeCSS
Supersedes
Parameter cssPrintFile
Source
<xsl:param name="cssPrintFile">http://tei.oucs.ox.ac.uk/TEIISO/iso-print.css</xsl:param>
Stylesheet location to.xsl
Parameter TEIC
Namespace No namespace
Supersedes
Parameter TEIC
Source
<xsl:param name="TEIC">false</xsl:param>
Stylesheet location to.xsl
Parameter wrapLength
Namespace No namespace
Used by
Supersedes
Parameter wrapLength
Source
<xsl:param name="wrapLength">65</xsl:param>
Stylesheet location to.xsl
Parameter attLength
Namespace No namespace
Used by
Supersedes
Parameter attLength
Source
<xsl:param name="attLength">60</xsl:param>
Stylesheet location to.xsl
Parameter forceWrap
Namespace No namespace
Used by
Supersedes
Parameter forceWrap
Source
<xsl:param name="forceWrap">true</xsl:param>
Stylesheet location to.xsl
Parameter numberBackHeadings
Namespace No namespace
Used by
Templates header; numberBackDiv
Supersedes
Parameter numberBackHeadings
Source
<xsl:param name="numberBackHeadings">true</xsl:param>
Stylesheet location to.xsl
Output (default)
Namespace No namespace
Output properties
method encoding indent doctype-public doctype-system omit-xml-declaration
xhtml yes -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd yes
Source
<xsl:output encoding="utf-8" omit-xml-declaration="yes" method="xhtml" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" indent="yes"/>
Stylesheet location to.xsl