Skip to content

Commit

Permalink
Relaxing cardinality restraint
Browse files Browse the repository at this point in the history
  • Loading branch information
joeytakeda committed May 6, 2024
1 parent 8aefd67 commit 3453c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odds/odd2odd.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ of this software, even if advised of the possibility of such damage.
<xsl:template match="tei:elementSpec[@mode eq 'change']|tei:classSpec[@mode eq 'change']|tei:macroSpec[@mode eq 'change']|tei:dataSpec[@mode eq 'change']" mode="pass0">
<xsl:variable name="CURRENT_ID" select="generate-id(.)"/>
<xsl:variable name="CHANGED_SPECS" select="key('odd2odd-CHANGE',tei:uniqueName(.))"
as="element()+"/>
as="element()*"/>
<xsl:choose>
<xsl:when test="count($CHANGED_SPECS) gt 1">
<xsl:if
Expand Down

0 comments on commit 3453c0f

Please sign in to comment.