Skip to content

Commit

Permalink
add # infront of targets of software names
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Feb 5, 2024
1 parent 9cd8e06 commit 5f9bf8c
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 @@ -19,7 +19,7 @@
match="//tei:TEI/tei:text/tei:back/tei:div/tei:schemaSpec/tei:dataSpec[@ident='software.mention.target']/tei:content[1]/tei:alternate[1]/tei:valList[1]">
<valList type="closed">
<xsl:for-each select="distinct-values($softwarelist//tei:list/tei:item/@xml:id)">
<valItem mode="add" ident="{.}"/>
<valItem mode="add" ident="{concat('#',.)}"/>
</xsl:for-each>
</valList>
</xsl:template>
Expand Down

0 comments on commit 5f9bf8c

Please sign in to comment.