> Why not use preferredRecordSyntax=XML ? rather than hardcoding get('xml')No specific reason. I can add that in Context::_new_Zconn function. > I have never had this problem. I get this issues on result page on all Koha installations using stable or development version, with UNIMARC DB and XSLT enabled. When XSLT in ON, MARC records go through a very subtle process in XSLT.pm module which corrupt from time to time record with accented characters in item fields... > But it seems to me that adding a preference to connection would be > safer than hardcoding a get param. In both cases, it will be hardcoded. Once XML record format is asked, Koha code in Search.pm must be modified to construct MARC::Record from XML. So... Thanks. -- Frédéric DEMIANS http://www.tamil.fr/u/fdemians.html _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
