Skip to content

Commit

Permalink
Add comment identifying copyrightDate addition
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadiafalcone committed Jun 14, 2018
1 parent 0006807 commit 35a6f2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/xslt/MARC21slim2MODS3-6_SDR_v1.xsl
Expand Up @@ -1203,6 +1203,7 @@
<xsl:value-of select="marc:subfield[@code='b']"/>
-->
</publisher>

<dateOther type="production">
<!-- SUL1.12 replacement -->
<xsl:call-template name="chopPunctuation">
Expand Down Expand Up @@ -1339,6 +1340,7 @@
</originInfo>
</xsl:for-each>

<!-- SUL1.14 addition -->
<xsl:for-each select="marc:datafield[@tag=264][@ind2=4]">
<originInfo eventType="copyright notice">
<copyrightDate>
Expand All @@ -1348,6 +1350,7 @@
</copyrightDate>
</originInfo>
</xsl:for-each>
<!-- end SUL1.14 -->

<xsl:for-each select="marc:datafield[@tag=880]">
<xsl:variable name="related_datafield" select="substring-before(marc:subfield[@code='6'],'-')"/>
Expand Down

0 comments on commit 35a6f2d

Please sign in to comment.