https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37478
--- Comment #5 from David Cook <[email protected]> --- (In reply to Nick Clemens (kidclamp) from comment #0) > It turns out MARC::Record can read the incoming file - we can convert it to > xml to save as metadata, but only on trying to create the record out of the > xml do we die. > > This may point to a bug in MARC::Record This sounds very familiar. I remember talking to someone (maybe even you heh) or commenting on a bug somewhere about invalid XML being produced by MARC::Record... I recall that MARC::File::XML has some shockingly bad code when it comes to creating XML. If you look at the source code on MetaCPAN, you'll see that it actually recreates the record as a string, and it only escapes &, <, and >. So yeah I'd certainly say a bug in MARC::File::XML. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
