[Koha-bugs] [Bug 3327] rebuild_zebra.pl doesn't index authorities in XML

bugzilla-daemon at liblime.com bugzilla-daemon at liblime.com
Mon Jun 15 01:33:10 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3327





--- Comment #1 from Galen Charlton <galen.charlton at liblime.com>  2009-06-14 23:33:09 ---
It's due to a difference in how the Zebra GRS-1 and DOM filters process MARCXML
files.  The GRS-1 filter doesn't require that a MARCXML input file be a
well-formed XML document, so rebuild_zebra -b -x can simply append one
<marc:record> blob after another to the export file.  The DOM filter (used for
MARC21 authorities) *does* require that its input be a valid XML document,
which would require tweaking the export so that the resulting XML file was
valid (and the marc:record elements contained in a marc:collection).

XML::SAX::Writer and possibly a small tweak to the indexing XSL would do it. 
On the other hand, it would also be necessary to verify that the GRS-1 filter
(for bibs) *does* load a well-formed bib MARCXML file.

Probably not a huge deal to change, but it does require a bit of work and a lot
of testing.


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list