Showing:

Documentation
Imported from
Source
Stylesheet identity.xsl
Documentation

Description

TEI utility stylesheet for identity transformation

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: from.xsl 6832 2009-10-12 22:42:59Z rahtz $

Copyright: 2008, TEI Consortium

Imported from
Template @*|text()|comment()|processing-instruction()iden
Documentation

Description

 identity transform 
Namespace No namespace
Match @*|text()|comment()|processing-instruction()
Mode iden
Import precedence 4
Source
<xsl:template match="@*|text()|comment()|processing-instruction()" mode="iden">
  <xsl:copy-of select="."/>
</xsl:template>
Stylesheet location ../../../docx/utils/identity/identity.xsl
Template *iden
Namespace No namespace
Match *
Mode iden
Import precedence 4
Source
<xsl:template match="*" mode="iden">
  <xsl:copy>
    <xsl:apply-templates select="*|@*|processing-instruction()|comment()|text()" mode="iden"/>
  </xsl:copy>
</xsl:template>
Stylesheet location ../../../docx/utils/identity/identity.xsl