Skip to content

Commit

Permalink
Merge pull request #43 from discoverygarden/BCELN24MIG-193
Browse files Browse the repository at this point in the history
DDST-665: updated bceln_mods_to_mods_migration.xsl
  • Loading branch information
nchiasson-dgi authored Oct 16, 2024
2 parents 587e218 + 3cac2c2 commit e5129cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods_to_migrate_mods/bceln_mods_to_migration.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1513,8 +1513,8 @@

<xsl:template name="partDetail">
<xsl:if test="mods:detail!=''">
<xsl:variable name="volNo"><xsl:value-of select="normalize-space(mods:detail[@type='volume'])"/></xsl:variable>
<xsl:variable name="issNo"><xsl:value-of select="normalize-space(mods:detail[@type='issue'])"/></xsl:variable>
<xsl:variable name="volNo"><xsl:value-of select="normalize-space(mods:detail[@type='volume']/mods:number)"/></xsl:variable>
<xsl:variable name="issNo"><xsl:value-of select="normalize-space(mods:detail[@type='issue']/mods:number)"/></xsl:variable>
<xsl:choose>
<xsl:when test="ancestor::mods:relatedItem">
<detail type="issue" xmlns="http://www.loc.gov/mods/v3">
Expand Down

0 comments on commit e5129cc

Please sign in to comment.