Mode:

Compact lists

Showing:

Documentation
Parameters
Used by
Supersedes
Imported modules
Imported from
Source
Stylesheet tei-docx-verbatim.xsl
Documentation

Description

TEI Utility stylesheet to create verbatim XML for the TEI to Word conversion

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 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: tei-docx-verbatim.xsl 9669 2011-11-07 19:17:54Z rahtz $

Copyright: 2013, TEI Consortium

Imported modules
Imported from
Stylesheet version 3.0
Template verbatim-lineBreak
Namespace No namespace
Used by
Supersedes
Parameters
QName Namespace
id No namespace
Import precedence 9
Source
<xsl:template name="verbatim-lineBreak">
  <xsl:param name="id"/>
  <tei:lb/>
</xsl:template>
Stylesheet location ../../../docx/to/tei-docx-verbatim.xsl
Template verbatim-createElement
Namespace No namespace
Used by
Supersedes
Parameters
QName Namespace
name No namespace
special No namespace
Import precedence 9
Source
<xsl:template name="verbatim-createElement">
  <xsl:param name="name"/>
  <xsl:param name="special"/>
  <tei:hi rend="bold">
    <xsl:value-of select="$name"/>
  </tei:hi>
</xsl:template>
Stylesheet location ../../../docx/to/tei-docx-verbatim.xsl
Template Attribute
Namespace No namespace
Used by
Supersedes
Template
Parameters
QName Namespace
content No namespace
Import precedence 9
Source
<xsl:template name="Attribute">
  <xsl:param name="content"/>
  <tei:hi rend="bold">
    <xsl:value-of select="$content"/>
  </tei:hi>
</xsl:template>
Stylesheet location ../../../docx/to/tei-docx-verbatim.xsl
Template create-egXML-section
Namespace No namespace
Used by
Import precedence 9
Source
<xsl:template name="create-egXML-section">
  <xsl:apply-templates mode="verbatim"/>
</xsl:template>
Stylesheet location ../../../docx/to/tei-docx-verbatim.xsl
Parameter spaceCharacter
Namespace No namespace
Used by
Supersedes
Parameter
Source
<xsl:param name="spaceCharacter"> </xsl:param>
Stylesheet location ../../../docx/to/tei-docx-verbatim.xsl
Parameter showNamespaceDecls
Namespace No namespace
Used by
Template
Supersedes
Parameter
Source
<xsl:param name="showNamespaceDecls">true</xsl:param>
Stylesheet location ../../../docx/to/tei-docx-verbatim.xsl