Skip to content

Commit

Permalink
add another subject node for keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Feb 15, 2024
1 parent 15d7d22 commit b607ef0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xslt/software/xslt-software-transformation.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
<xsl:for-each select="root/result/classification">
<subject><xsl:value-of select="."/></subject>
</xsl:for-each>

<subject>
<xsl:value-of select="root/result/keywords"/>
</subject>
</subjects>
<xsl:for-each select="root/result/related_software/id">
<relatedIdentifier><xsl:value-of select="."/></relatedIdentifier>
Expand Down

0 comments on commit b607ef0

Please sign in to comment.