Skip to content

Commit

Permalink
adding the name to related software
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzouz-Thuderoz committed Feb 23, 2024
1 parent a792abd commit 7e6f567
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions xslt/software/xslt-software-transformation.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,11 @@
<xsl:value-of select="root/result/keywords"/>
</subject>
</subjects>
<xsl:for-each select="root/result/related_software/id">
<relatedIdentifier><xsl:value-of select="."/></relatedIdentifier>
<xsl:for-each select="root/result/related_software">
<related_software>
<id><xsl:value-of select="id"/></id>
<name><xsl:value-of select="name"/></name>
</related_software>
</xsl:for-each>

<xsl:for-each select="root/result/standard_articles/id">
Expand Down

0 comments on commit 7e6f567

Please sign in to comment.