]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1800871 - MARC21slim2MADS 2.15 update
authorJosh Stompro <stompro@stompro.org>
Thu, 28 Feb 2019 14:39:54 +0000 (08:39 -0600)
committerJane Sandberg <js7389@princeton.edu>
Thu, 7 Apr 2022 22:35:03 +0000 (15:35 -0700)
commit63a3558b3aadd11eba5983314a735ef5dc331374
tree62aa9efd73d3cb57a3023c4c52d103ce56e202e1
parent63c33ee6ee958ccc61baef18a864d51c5dcc28d2
LP#1800871 - MARC21slim2MADS 2.15 update

This update fixes an error when trying to process a 755 tag in
and authority record that has a source set.

See the discussion on the listserv at:
https://georgialibraries.markmail.org/thread/rmwcxkwjzv2qczmu

To test, try to import the sample authority record provided
by Linda Jansova (https://markmail.org/thread/2ay3j4wg7fecymhz)
in evergreen, and see the log files for the import errors.

It is also possible to test from the command line.

In /openils/var/xsl, copy the example autority marc xml file to
that directory, name it americ.xml, then run the command
xsltproc ./MARC21slim2MADS.xsl ./americ.xml

This will error out.

After patch has been applied, try importing the sample authority
record and see that it imports successfully.

Signed-off-by: Josh Stompro <stompro@stompro.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>
Open-ILS/src/sql/Pg/955.data.MADS21-xsl.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.data.MADS21-xsl.sql [new file with mode: 0644]
Open-ILS/xsl/MARC21slim2MADS.xsl