Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xslt/software/xslt-software-OpenAire.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Content generated by zbMATH Open, such as reviews, classifications, software, or
<datacite:date dateType="Issued">
<xsl:choose>
<xsl:when test="root/standard_articles/year[normalize-space(.) != '' and . != 'None']">
<xsl:apply-templates select="root/standard_articles/year"/>
<xsl:value-of select="root/standard_articles/year[not(. > ../../standard_articles/year)]"/>
</xsl:when>
<xsl:otherwise>
<xsl:apply-templates select="root/references_year_alt[1]"/>
Expand Down
Loading