Skip to content

Commit

Permalink
With @sydb fix for issue #640.
Browse files Browse the repository at this point in the history
  • Loading branch information
martindholmes committed Nov 8, 2023
1 parent 05231d4 commit 9f49f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/common_tagdocs.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2806,7 +2806,7 @@
importing other files, which in turn importing other files,
etc. —Syd, 2023-11-03
-->
<xsl:variable name="thisClassSpec" select="//tei:classSpec[ @ident eq $key]" as="element(tei:classSpec)?"/>
<xsl:variable name="thisClassSpec" select="//tei:classSpec[@type eq 'atts'][@ident eq $key]" as="element(tei:classSpec)?"/>
<xsl:choose>
<xsl:when test="$thisClassSpec">
<xsl:element namespace="{$outputNS}" name="{$itemName}">
Expand Down

0 comments on commit 9f49f4a

Please sign in to comment.