http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592 --- Comment #68 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- Some comments from IRC: [16:32] marcelr so i was curious about your position before starting qa [16:32] tcohen my decision about that kind of stuff is that we should definitely resurrect Koha::RecordProcessor [16:33] tcohen so, Mark should implement (if that's what he wants) a Koha::Filter for MARC records [16:33] marcelr which would mean: rewrite the patch set first [16:33] tcohen I wrote my own for MARCXML (in the form of XML::LibXML::Document objects, which is the result of parsing XML) [16:33] tcohen so, I already have an implementation [16:34] tcohen that "can be used" wherever we want [16:34] tcohen the problem with MArk's is that it is MARC::Record specific, and is hooked in the wrong place (IMHO) [16:34] tcohen it can be discussed [16:34] marcelr where is yours now? [16:35] tcohen https://github.com/tomascohen/koha/tree/xslt_filtering [16:35] tcohen I introduced a Koha::Filter::MARCXML::ViewPolicy filter class Returning to this later.. -- You are receiving this mail because: You are watching all bug changes.