Skip to content

Commit

Permalink
removing all zbmath: from nodes names
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Feb 13, 2024
1 parent 8b8cf34 commit 78b1496
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions xslt/software/xslt-software-transformation.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:datacite="http://datacite.org/schema/kernel-4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:zbmath="https://zbmath.org/zbmath/elements/1.0/">
<xsl:template match="/">
<resource>
<zbmath:identifier>
<identifier>
<xsl:value-of select="root/result/id"/>
</zbmath:identifier>
<zbmath:creator>
</identifier>
<creator>
<xsl:value-of select="root/result/authors"/>
</zbmath:creator>
<zbmath:title>
</creator>
<title>
<xsl:value-of select="root/result/name"/>
</zbmath:title>
</title>

<zbmath:description>
<description>
<xsl:value-of select="root/result/description"/>
</zbmath:description>
</description>

<zbmath:publisher>
<publisher>
<xsl:value-of select="root/result/homepage"/>
</zbmath:publisher>
</publisher>


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

0 comments on commit 78b1496

Please sign in to comment.