[Bug 2453] (very) large biblio/item handling
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2453 ------- Comment #2 from paul.poulain@free.fr 2008-08-05 02:45 ------- Hi Ryan, good suggestion, but it don't work. I get : 11:40:26-05/08 zebraidx(16823) [warn] 422:0:XML error: junk after document element 11:40:26-05/08 zebraidx(16823) [log] add grs.xml /home/paul/koha.dev/local/LecturePub/dracenie/export//biblio/exported_records 0 11:40:26-05/08 zebraidx(16823) [warn] 1:0:XML error: syntax error Here is the line 420+ : <controlfield tag="001">10633</controlfield> </record> <?xml version="1.0" encoding="UTF-8"?> <<<<<<< LINE 422 <record xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd" xmlns="http://www.loc.gov/MARC21/slim"> I've read : # FIXME - when more than one record is exported and $as_xml is true, # the output file is not valid XML - it's just multiple <record> elements # strung together with no single root element. zebraidx doesn't seem # to care, though, at least if you're using the GRS-1 filter. It does # care if you're using the DOM filter, which requires valid XML file(s). in rebuild_zebra, but I don't think I should care, as I don't use the DOM filter I think Any idea welcomed... ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@pippin.metavore.com