Skip to content

Commit

Permalink
#658 Updated callJava uri in mycoreobject-mods-detailed.xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi committed Nov 29, 2024
1 parent 7683b9f commit 03c1691
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<xsl:template match="mods:name[mods:nameIdentifier[@type = 'connection']]">
<xsl:variable name="connection-id" select="mods:nameIdentifier[@type = 'connection']"/>
<xsl:variable name="lead-id" select="fn:document(concat('callJava:de.uni_jena.thunibib.ThUniBibUtils:getLeadId:id_connection:', $connection-id))"/>
<xsl:variable name="lead-id" select="fn:document(concat('callJava:de.uni_jena.thunibib.Utilities:getLeadId:id_connection:', $connection-id))"/>

<xsl:copy>
<xsl:copy-of select="*|@*"/>
Expand Down

0 comments on commit 03c1691

Please sign in to comment.