Skip to content

Commit

Permalink
TUBS-79 change source name to LeoPARD
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed Nov 16, 2024
1 parent e4712d6 commit 070fdbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/xslt/mods2metsmods.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<xsl:copy>
<xsl:apply-templates select="*|@*"/>
<mods:recordInfo>
<mods:recordIdentifier source="leopard">
<mods:recordIdentifier source="LeoPARD">
<xsl:value-of select="$objectID"/>
</mods:recordIdentifier>
</mods:recordInfo>
Expand All @@ -220,7 +220,7 @@
</xsl:otherwise>
</xsl:choose>
</xsl:variable>
<mods:recordIdentifier source="leopard">
<mods:recordIdentifier source="LeoPARD">
<xsl:value-of select="$parentID"/>
</mods:recordIdentifier>
</mods:recordInfo>
Expand Down

0 comments on commit 070fdbc

Please sign in to comment.