Showing:

Documentation
References
Imported modules
Included from
Source
Stylesheet drama.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: graphics.xsl 7952 2010-08-12 21:14:51Z rahtz $

Copyright: 2008, TEI Consortium

Imported modules
Included from
Stylesheet version 2.0
Template tei:sp/tei:speaker
Documentation

Description

A speaker's name
Namespace No namespace
Match tei:sp/tei:speaker
Mode #default
References
Template block-element
Import precedence 10
Source
<xsl:template match="tei:sp/tei:speaker">
  <xsl:call-template name="block-element">
    <xsl:with-param name="style">teispeaker</xsl:with-param>
  </xsl:call-template>
</xsl:template>
Stylesheet location ../../../docx/to/drama/drama.xsl
Template tei:sp/tei:stage
Documentation

Description

A stage direction
Namespace No namespace
Match tei:sp/tei:stage
Mode #default
References
Template block-element
Import precedence 10
Source
<xsl:template match="tei:sp/tei:stage">
  <xsl:call-template name="block-element">
    <xsl:with-param name="style">teistage</xsl:with-param>
  </xsl:call-template>
</xsl:template>
Stylesheet location ../../../docx/to/drama/drama.xsl
Template tei:l
Documentation

Description

A line of verse
Namespace No namespace
Match tei:l
Mode #default
References
Template block-element
Import precedence 10
Source
<xsl:template match="tei:l">
  <xsl:call-template name="block-element">
    <xsl:with-param name="style">teil</xsl:with-param>
  </xsl:call-template>
</xsl:template>
Stylesheet location ../../../docx/to/drama/drama.xsl