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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 22 15:55:18 CET 2021


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

            Bug ID: 29556
           Summary: MARC21slim2MODS.xsl broken by duplicate template name
                    "part"
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: normal
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: oleonard at myacpl.org
        QA Contact: testopia at bugs.koha-community.org
        Depends on: 5927

Bug 5927, "Show series information in search results page" made a change to
MARC21slimUtils.xsl, adding a block starting like this:

<xsl:template name="part">

...this breaks UNAPI in the OPAC when using MODS format because
MARC21slim2MODS.xsl, which imports MARC21slimUtils.xsl, also includes the same
block.

Removing the redundant section from MARC21slim2MODS.xsl should fix the error.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5927
[Bug 5927] Show series information in search results page
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list