Skip to content

Commit

Permalink
fix to odd for rs types
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Feb 5, 2024
1 parent 122e645 commit 382122c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/addSoftwareList2Oddjtei.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<!-- /TEI/teiHeader[1]/encodingDesc[1]/classDecl[1]/taxonomy[1]/category[1] -->
<xsl:template
match="//tei:TEI/tei:text/tei:back/tei:div/tei:schemaSpec/tei:elementSpec[@ident='rs']/tei:attList/tei:attDef[@ident='type']/tei:valList[1]">
<valList type="closed">
<valList type="closed" mode="change">
<xsl:for-each select="distinct-values($softwaretaxonomy/tei:TEI/tei:teiHeader/tei:encodingDesc/tei:classDecl/tei:taxonomy/tei:category/@xml:id)">
<valItem mode="add" ident="{lower-case(.)}"/>
</xsl:for-each>
Expand Down

0 comments on commit 382122c

Please sign in to comment.