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 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-docx-verbatim.xsl 7703 2010-06-16 21:44:41Z rahtz $

Copyright: 2008, TEI Consortium

Imported modules
Imported from
Stylesheet version 2.0
Template verbatim-lineBreak
Namespace No namespace
Used by
Supersedes
Parameters
QName Namespace
id No namespace
Import precedence 4
Source
<xsl:template name="verbatim-lineBreak">
  <xsl:param name="id"/>
  <tei:lb/>
</xsl:template>
Stylesheet location ../../../docx/utils/verbatim/tei-docx-verbatim.xsl
Template verbatim-createElement
Namespace No namespace
Used by
Supersedes
Parameters
QName Namespace
name No namespace
special No namespace
Import precedence 4
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/utils/verbatim/tei-docx-verbatim.xsl
Template verbatim-createAttribute
Namespace No namespace
Used by
Template @*verbatim
Supersedes
Parameters
QName Namespace
name No namespace
Import precedence 4
Source
<xsl:template name="verbatim-createAttribute">
  <xsl:param name="name"/>
  <tei:hi rend="bold">
    <xsl:value-of select="$name"/>
  </tei:hi>
</xsl:template>
Stylesheet location ../../../docx/utils/verbatim/tei-docx-verbatim.xsl
Template create-egXML-section
Namespace No namespace
Used by
Import precedence 4
Source
<xsl:template name="create-egXML-section">
  <xsl:apply-templates mode="verbatim"/>
</xsl:template>
Stylesheet location ../../../docx/utils/verbatim/tei-docx-verbatim.xsl
Parameter startComment
Documentation

Description

        <xsl:param name="startComment">&lt;span class="comment"&gt;</xsl:param>
    <xsl:param name="endComment">&lt;/span&gt;</xsl:param>
    <xsl:param name="startElement">&lt;span class="element"&gt;</xsl:param>
    <xsl:param name="endElement">&lt;/span&gt;</xsl:param>
    <xsl:param name="startElementName">&lt;span class="elementname"&gt;</xsl:param>
    <xsl:param name="endElementName">&lt;/span&gt;</xsl:param>
    <xsl:param name="startAttribute">&lt;span class="attribute"&gt;</xsl:param>
    <xsl:param name="endAttribute">&lt;/span&gt;</xsl:param>
    <xsl:param name="startAttributeValue">&lt;span class="attributevalue"&gt;</xsl:param>
    <xsl:param name="endAttributeValue">&lt;/span&gt;</xsl:param>
    <xsl:param name="startNamespace">&lt;span class="namespace"&gt;</xsl:param>
    <xsl:param name="endNamespace">&lt;/span&gt;</xsl:param>
    
    <xsl:param name="spaceCharacter">&#xA0;</xsl:param>
    <xsl:param name="showNamespaceDecls">true</xsl:param> 
Namespace No namespace
Used by
Supersedes
Parameter startComment
Source
<xsl:param name="startComment"/>
Stylesheet location ../../../docx/utils/verbatim/tei-docx-verbatim.xsl
Parameter endComment
Namespace No namespace
Used by
Supersedes
Parameter endComment
Source
<xsl:param name="endComment"/>
Stylesheet location ../../../docx/utils/verbatim/tei-docx-verbatim.xsl
Parameter startElement
Namespace No namespace
Used by
Template *verbatim
Supersedes
Parameter startElement
Source
<xsl:param name="startElement"/>
Stylesheet location ../../../docx/utils/verbatim/tei-docx-verbatim.xsl
Parameter endElement
Namespace No namespace
Used by
Template *verbatim
Supersedes
Parameter endElement
Source
<xsl:param name="endElement"/>
Stylesheet location ../../../docx/utils/verbatim/tei-docx-verbatim.xsl
Parameter startElementName
Namespace No namespace
Used by
Supersedes
Parameter startElementName
Source
<xsl:param name="startElementName"/>
Stylesheet location ../../../docx/utils/verbatim/tei-docx-verbatim.xsl
Parameter endElementName
Namespace No namespace
Used by
Supersedes
Parameter endElementName
Source
<xsl:param name="endElementName"/>
Stylesheet location ../../../docx/utils/verbatim/tei-docx-verbatim.xsl
Parameter startAttribute
Namespace No namespace
Supersedes
Parameter startAttribute
Source
<xsl:param name="startAttribute"/>
Stylesheet location ../../../docx/utils/verbatim/tei-docx-verbatim.xsl
Parameter endAttribute
Namespace No namespace
Supersedes
Parameter endAttribute
Source
<xsl:param name="endAttribute"/>
Stylesheet location ../../../docx/utils/verbatim/tei-docx-verbatim.xsl
Parameter startAttributeValue
Namespace No namespace
Used by
Template @*verbatim
Supersedes
Source
<xsl:param name="startAttributeValue"/>
Stylesheet location ../../../docx/utils/verbatim/tei-docx-verbatim.xsl
Parameter endAttributeValue
Namespace No namespace
Used by
Template @*verbatim
Supersedes
Parameter endAttributeValue
Source
<xsl:param name="endAttributeValue"/>
Stylesheet location ../../../docx/utils/verbatim/tei-docx-verbatim.xsl
Parameter startNamespace
Namespace No namespace
Supersedes
Parameter startNamespace
Source
<xsl:param name="startNamespace"/>
Stylesheet location ../../../docx/utils/verbatim/tei-docx-verbatim.xsl
Parameter endNamespace
Namespace No namespace
Supersedes
Parameter endNamespace
Source
<xsl:param name="endNamespace"/>
Stylesheet location ../../../docx/utils/verbatim/tei-docx-verbatim.xsl
Parameter spaceCharacter
Namespace No namespace
Used by
Supersedes
Parameter spaceCharacter
Source
<xsl:param name="spaceCharacter"> </xsl:param>
Stylesheet location ../../../docx/utils/verbatim/tei-docx-verbatim.xsl
Parameter showNamespaceDecls
Namespace No namespace
Used by
Template *verbatim
Supersedes
Parameter showNamespaceDecls
Source
<xsl:param name="showNamespaceDecls">true</xsl:param>
Stylesheet location ../../../docx/utils/verbatim/tei-docx-verbatim.xsl