Re: [OPEN-ILS-GENERAL] Cannot save authority record with a 155 field

2018-10-31 Thread Linda Jansova
Dear Josh, Thank you for letting me know about the right XSL file! After some more investigations I have come to a conclusion that it is not actually a 155 field which causes the problem but a 755 field. If it has any value in second indicator, xsltproc fails to process it. When the indicator

Re: [OPEN-ILS-GENERAL] Cannot save authority record with a 155 field

2018-10-31 Thread Linda Jansova
Thank you, Josh! Just tried removing the line you have mentioned () and I can confirm that it works :-)! Linda On 10/31/18 2:48 PM, Josh Stompro wrote: Linda, I just noticed that the setAuthority template is called from the genre template also.  So it also works to just remove the call to

Re: [OPEN-ILS-GENERAL] Cannot save authority record with a 155 field

2018-10-31 Thread Josh Stompro
Linda, I wonder if this is a bug in the MARCslim2MADS.xslt? The error message is runtime error: file ./MARC21slim2MADS.xsl line 1404 element attribute xsl:attribute: Cannot add attributes to an element if children have been already added to the element. I agree that it looks like the problem i

Re: [OPEN-ILS-GENERAL] [OPEN-ILS-DEV] Cannot save authority record with a 155 field

2018-10-31 Thread Mike Rylander
Hi Linda and Josh, Great work figuring that out! We should definitely report this upstream to the MODS/MADS folks, but we maintain a local copy of the XSLT (altered to work without external file or network access for xml includes) and can fix it locally. I don't have time right now to jump on it,

Re: [OPEN-ILS-GENERAL] Cannot save authority record with a 155 field

2018-10-31 Thread Josh Stompro
Linda, I just noticed that the setAuthority template is called from the genre template also. So it also works to just remove the call to setAuthority at line 1085. Josh Stompro - LARL IT Director From: Josh Stompro Sent: Wednesday, October 31, 2018 8:23 AM To: Linda Jansova ; Evergreen Discuss

Re: [OPEN-ILS-GENERAL] [OPEN-ILS-DEV] Cannot save authority record with a 155 field

2018-10-31 Thread Josh Stompro
Hello Mike, I've created a bug for this issue to get it in the queue. LP#1800871 Josh Stompro - LARL IT Director -Original Message- From: Open-ils-general On Behalf Of Mike Rylander Sent: Wednesday, October 31, 2018 10:09 AM To: Evergreen Development Discussion List Cc: Evergreen D

[OPEN-ILS-GENERAL] ebooks not in Title Browse search

2018-10-31 Thread Donald Butterworth
Hi All, Can someone tell us what checkbox to check to get ebooks to appear in our Title Browse search results? We attach Record Source "oclc" and "ebook" to our bib records when they are imported, but the ebooks are not appearing in the Browse Indexes or in the title count "values". They do appea

Re: [OPEN-ILS-GENERAL] [OPEN-ILS-DEV] Cannot save authority record with a 155 field

2018-10-31 Thread Linda Jansova
Thank you, Josh! We shall try and go through the reingest of all records and if no other XSLT-related issues appear, I can get in touch with MADS folks through their listserv and report the error. Linda On 10/31/18 4:59 PM, Josh Stompro wrote: Hello Mike, I've created a bug for this issue t