Skip to content

Commit

Permalink
Bug fix: we were failing to copy
Browse files Browse the repository at this point in the history
over the attributes of an tei:constraint/sch:pattern element
  • Loading branch information
sydb committed Feb 3, 2025
1 parent f305e61 commit 0de7bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odds/extract-isosch.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ of this software, even if advised of the possibility of such damage.
<xsl:variable name="patID" select="tei:makePatternID(.)"/>
<!-- (Note that makePatternID() will use the @id of <pattern>, if there is one.) -->
<pattern id="{$patID}">
<xsl:apply-templates select="node()"/>
<xsl:apply-templates select="@*|node()"/>
</pattern>
</xsl:template>

Expand Down

0 comments on commit 0de7bd9

Please sign in to comment.