Re: [Koha] MARC21slim2OPACResults.xsl error when including wikipage link - SOLVED

2024-10-06 Thread Alvaro Cornejo
Hi, Solved! The error was on the right after the "by". It shall be around lines 610-670, depending on the language, just after the Might this be a bug? On 19.11 it was similar to that. Not know when/why this has been changed. IMHO, it might have sense that this covers the whole record resu

Re: [Koha] MARC21slim2OPACResults.xsl error when including wikipage link

2024-10-03 Thread Katrin Fischer
Hi Alvaro, the error points to an error in the XML structure. You have to review your changes carefully to make sure that every element opens and closes correctly and that the elements are nested correctly. This was not correct in that regard: New: by Your second span element doesn't close.

[Koha] MARC21slim2OPACResults.xsl error when including wikipage link

2024-09-20 Thread Alvaro Cornejo
Hi I´m installing a new koha 24.05 on a new ubuntu 24.4 using a database from our production server in koha 19.11 under ubuntu 18.4. I´m trying to setup the author wikipedia link as per: https://wiki.koha-community.org/wiki/JQuery_Library#Add_links_out_to_Wikipedia_for_authors I´ve modified js i