Skip to content

Commit

Permalink
Updates to t:orig[parent::t:choice]
Browse files Browse the repository at this point in the history
  • Loading branch information
wsalesky committed Jun 5, 2017
1 parent d138df5 commit ec8ea57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-p5-xslt/teiorig.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<xsl:template match="t:orig" priority="1">
<xsl:choose>
<xsl:when test="parent::t:choice"/>
<xsl:when test="parent::t:choice"><xsl:apply-templates/></xsl:when>
<xsl:otherwise>
<xsl:variable name="origChildren">
<xsl:apply-templates/>
Expand Down

0 comments on commit ec8ea57

Please sign in to comment.