Skip to content

Commit

Permalink
add parent node subjects to subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Feb 15, 2024
1 parent f37c052 commit 15d7d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xslt/software/xslt-software-transformation.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
</xsl:choose>



<subjects>
<xsl:for-each select="root/result/classification">
<subject><xsl:value-of select="."/></subject>
</xsl:for-each>

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

0 comments on commit 15d7d22

Please sign in to comment.