Skip to content

Commit

Permalink
Do not copy attrs from TEI constraint element to Schematron rule element
Browse files Browse the repository at this point in the history
  • Loading branch information
sydb committed Jan 14, 2024
1 parent 78f7c86 commit 275be31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion odds/extract-isosch.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ of this software, even if advised of the possibility of such damage.
<d:p>Author: See AUTHORS</d:p>
<d:p>Copyright: 2014, TEI Consortium</d:p>
<d:p/>
<d:p>Modified 2024-01-13 by Syd Bauman:
Bug fix. Stop copying tei:constraint/@* onto &lt;sch:rule>.</d:p>
<d:p>Modified 2018-09-25 by Syd Bauman:
Bug fix. Handle sqf: namespace semi-intelligently.</d:p>
<d:p>Modified 2016-07-22 by Syd Bauman &amp; Martin Holmes: ...</d:p>
Expand Down Expand Up @@ -337,7 +339,7 @@ of this software, even if advised of the possibility of such damage.
<!-- wrappers for them, making HERE the context. -->
<pattern id="{$patID}">
<rule context="{tei:generate-context(.)}">
<xsl:apply-templates select="@* except @context | node()"/>
<xsl:apply-templates select="node()"/>
</rule>
</pattern>
</xsl:when>
Expand Down

0 comments on commit 275be31

Please sign in to comment.