Skip to content

Commit

Permalink
suppressed processing of text nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Aug 7, 2013
1 parent e4fb711 commit 1504cae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions webapp/xsl/diary_tableRight.xsl
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" version="2.0">
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:tei="http://www.tei-c.org/ns/1.0"
xmlns:rng="http://relaxng.org/ns/structure/1.0" version="2.0">
<xsl:output encoding="UTF-8" method="html" omit-xml-declaration="yes" indent="no"/>
<xsl:include href="common_link.xsl"/>
<xsl:include href="common_main.xsl"/>
Expand All @@ -10,7 +13,7 @@
<xsl:attribute name="class" select="'hiddenText'"/>
<xsl:text>|</xsl:text>
</xsl:element>
<xsl:apply-templates/>
<xsl:apply-templates select="element()"/>
</xsl:element>
</xsl:template>
<xsl:template match="tei:pb" priority="1">
Expand Down

0 comments on commit 1504cae

Please sign in to comment.