Skip to content

Commit

Permalink
Merge pull request #26 from MaRDI4NFDI/XSLT_Shiraz
Browse files Browse the repository at this point in the history
Adding  new nodes with its data ( Keywords , identifier) with the tra…
  • Loading branch information
Mazztok45 authored Feb 7, 2024
2 parents 28788b9 + 43d7a24 commit b4c2d1c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions xslt/xslt-article-transformation.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@
<xsl:value-of select="root/result/editorial_contributions/reviewer/author_code"/>
</zbmath:reviewer_id>
</reviewer>
<zbmath:zbl_id>
<xsl:value-of select="root/result/identifier"/>
</zbmath:zbl_id>
<zbmath:keywords>
<xsl:for-each select="root/result/keywords">
<zbmath:keyword>
<xsl:value-of select="."/>
</zbmath:keyword>
</xsl:for-each>
</zbmath:keywords>
</oai_zb_preview>
</xsl:template>
</xsl:stylesheet>

0 comments on commit b4c2d1c

Please sign in to comment.