Skip to content

Commit

Permalink
Merge pull request #25 from MaRDI4NFDI/XSLT_Shiraz
Browse files Browse the repository at this point in the history
Adding  new nodes with its data with the transformation from plain to…
  • Loading branch information
Shirazos7 authored Feb 7, 2024
2 parents e1273d3 + 8ce5b3b commit 28788b9
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion xslt/xslt-article-transformation.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@
<classification><xsl:value-of select="."/></classification>
</xsl:for-each>
</classifications>
<zbmath:review_language>
<xsl:value-of select="root/result/editorial_contributions/language/languages"/>
</zbmath:review_language>
<zbmath:review_sign>
<xsl:value-of select="root/result/editorial_contributions/reviewer/sign"/>
</zbmath:review_sign>
<zbmath:review_text>
<xsl:value-of select="root/result/editorial_contributions/text"/>
</zbmath:review_text>
<zbmath:review_type>
<xsl:value-of select="root/result/editorial_contributions/contribution_type"/>
</zbmath:review_type>
<reviewer>
<zbmath:reviewer>
<xsl:value-of select="root/result/editorial_contributions/reviewer/reviewer_id"/>
</zbmath:reviewer>
<zbmath:reviewer_id>
<xsl:value-of select="root/result/editorial_contributions/reviewer/author_code"/>
</zbmath:reviewer_id>
</reviewer>
</oai_zb_preview>
</xsl:template>
</xsl:stylesheet>
</xsl:stylesheet>

0 comments on commit 28788b9

Please sign in to comment.