[Koha-bugs] [Bug 29556] MARC21slim2MODS.xsl broken by duplicate template name "part"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 3 09:06:41 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29556

--- Comment #8 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Jonathan:

Here is what makes the difference (yes it is confusing at least):

MARC21slim2MODS.xsl contains
   <xsl:include href="MARC21slimUtils.xsl"/>
This is our include that contains the template named part.

But MARC21slim2MADS.xsl contains
    <xsl:include href="http://www.loc.gov/marcxml/xslt/MARC21slimUtils.xsl"/>
This is NOT our include, but the LOC one.
And it does not include a template named part.

Etc.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list