Skip to content

Commit

Permalink
adding the template of year
Browse files Browse the repository at this point in the history
  • Loading branch information
Shirazos7 committed Dec 23, 2024
1 parent dc5358a commit bb62d13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions xslt/software/xslt-software-OpenAire.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Content generated by zbMATH Open, such as reviews, classifications, software, or
<dc:language>eng</dc:language>
<xsl:apply-templates select="root/standard_articles/source"/>
<xsl:apply-templates select="root/standard_articles/title"/>
<xsl:apply-templates select="root/standard_articles/year"/>

</resource>

Expand Down Expand Up @@ -155,5 +156,11 @@ Content generated by zbMATH Open, such as reviews, classifications, software, or
</xsl:if>
</xsl:template>

<xsl:template match="year">
<datacite:date dateType="Issued">
<xsl:value-of select="."/>
</datacite:date>
</xsl:template>


</xsl:stylesheet>

0 comments on commit bb62d13

Please sign in to comment.