Skip to content

Commit

Permalink
Pica category 4204 fixed. Year will be received from <dcterms:dateAcc…
Browse files Browse the repository at this point in the history
…epted> now.
  • Loading branch information
Matthias Genzmehr committed Feb 7, 2024
1 parent bc27c62 commit 860f8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmetadissplus/xmetadissplus2pica.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<xsl:text>$e</xsl:text>
<xsl:value-of select="thesis:degree/thesis:grantor/cc:universityOrInstitution/cc:name"/>
<xsl:text>$f</xsl:text>
<xsl:value-of select="substring(dcterms:issued, 0, 5)"/>
<xsl:value-of select="substring(dcterms:dateAccepted, 0, 5)"/>
<xsl:text>&#xA;</xsl:text>
</xsl:if>
</xsl:template>
Expand Down

0 comments on commit 860f8ea

Please sign in to comment.