Skip to content

Commit

Permalink
Update json-stylesheet.xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeier authored Oct 21, 2024
1 parent d9e230f commit 69db6b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions json-stylesheet.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,9 @@
</xsl:template>
-->

<xsl:template match="t:TEI" mode="fullText">
<!-- <xsl:template match="t:TEI" mode="fullText">
<xsl:apply-templates select="descendant::tei:body/descendant::text()"/>
</xsl:template>
</xsl:template> -->
<xsl:template match="t:TEI" mode="title">
<xsl:choose>
<xsl:when test="descendant::t:title"><xsl:value-of select="descendant::t:title[1]"/></xsl:when>
Expand Down

0 comments on commit 69db6b2

Please sign in to comment.