Showing:

Documentation
Used by
References
Overriding
Imported from
Source
Stylesheet parameters.xsl
Documentation

Description

TEI stylesheet for making Word docx files from TEI XML

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: parameters.xsl 7952 2010-08-12 21:14:51Z rahtz $

Copyright: 2008, TEI Consortium

Imported from
Stylesheet version 2.0
Parameter pageWidth
Documentation

Description

        A4 is 210mm x 297mm; leaving 1in margin (25mm),
        gives 160 x 247 approx useable area.  In Microsoft speak, 
        1mm = 35998 units. so page size is 6659630 x 9791456
        Divide by 100 to avoid overflow.
    
Namespace No namespace
Used by
Templates cals:table; tei:graphic
Source
<xsl:param name="pageWidth">575.9680</xsl:param>
Stylesheet location ../../../docx/to/parameters.xsl
Parameter pageHeight
Namespace No namespace
Used by
Template tei:graphic
Source
<xsl:param name="pageHeight">889.1506</xsl:param>
Stylesheet location ../../../docx/to/parameters.xsl
Parameter defaultHeaderFooterFile
Namespace No namespace
Used by
Source
<xsl:param name="defaultHeaderFooterFile">templates/default.xml</xsl:param>
Stylesheet location ../../../docx/to/parameters.xsl
Parameter postQuote
Namespace No namespace
Used by
Template tei:q
Source
<xsl:param name="postQuote"></xsl:param>
Stylesheet location ../../../docx/to/parameters.xsl
Parameter preQuote
Namespace No namespace
Used by
Template tei:q
Source
<xsl:param name="preQuote"></xsl:param>
Stylesheet location ../../../docx/to/parameters.xsl
Parameter bulletOne
Namespace No namespace
Overriding
Parameter bulletOne
Source
<xsl:param name="bulletOne"></xsl:param>
Stylesheet location ../../../docx/to/parameters.xsl
Parameter bulletTwo
Namespace No namespace
Overriding
Parameter bulletTwo
Source
<xsl:param name="bulletTwo"></xsl:param>
Stylesheet location ../../../docx/to/parameters.xsl
Parameter bulletThree
Namespace No namespace
Used by
Source
<xsl:param name="bulletThree">*</xsl:param>
Stylesheet location ../../../docx/to/parameters.xsl
Parameter bulletFour
Namespace No namespace
Used by
Source
<xsl:param name="bulletFour">+</xsl:param>
Stylesheet location ../../../docx/to/parameters.xsl
Parameter bulletFive
Namespace No namespace
Used by
Source
<xsl:param name="bulletFive"></xsl:param>
Stylesheet location ../../../docx/to/parameters.xsl
Parameter bulletSix
Namespace No namespace
Used by
Source
<xsl:param name="bulletSix"></xsl:param>
Stylesheet location ../../../docx/to/parameters.xsl
Parameter bulletSeven
Namespace No namespace
Used by
Source
<xsl:param name="bulletSeven"></xsl:param>
Stylesheet location ../../../docx/to/parameters.xsl
Parameter bulletEight
Namespace No namespace
Used by
Source
<xsl:param name="bulletEight"></xsl:param>
Stylesheet location ../../../docx/to/parameters.xsl
Parameter word-directory
Namespace No namespace
Overriding
Parameter word-directory
Source
<xsl:param name="word-directory">..</xsl:param>
Stylesheet location ../../../docx/to/parameters.xsl
Parameter debug
Namespace No namespace
Overriding
Parameter debug
Source
<xsl:param name="debug">false</xsl:param>
Stylesheet location ../../../docx/to/parameters.xsl
Parameter styleDoc
Namespace No namespace
References
Parameter word-directory
Overriding
Parameter styleDoc
Source
<xsl:param name="styleDoc">
  <xsl:value-of select="concat($word-directory, '/word/styles.xml')"/>
</xsl:param>
Stylesheet location ../../../docx/to/parameters.xsl
Parameter docDoc
Namespace No namespace
References
Parameter word-directory
Source
<xsl:param name="docDoc">
  <xsl:value-of select="concat($word-directory, '/word/document.xml')"/>
</xsl:param>
Stylesheet location ../../../docx/to/parameters.xsl