http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13642 --- Comment #110 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- (In reply to Frédéric Demians from comment #109)
Somehwhere in the process, I take a look at the code, spend time on it, trying to figure out how it works, how it has been done. Testing and QAing is all about that.
I have mixed feeling, when I find duplicated code (for example). In opac/opac- export.pl and catalog/export.pl:
Or in Koha::Crosswalk::DublinCore.pm, line 242, you get: Is it valid?
How will you extend the semantic of the produced metadata with MARC::Crosswalk::Dublincore? If you want more than the 15 DC elements, doesn't it mean that you need a mean to improve, granularize the way Koha MARC record is transformed. The current DC exported from Koha is not that good because (1) it doesn't work for Unimarc, (2) it doesn't allow each library to tweak the transformation from MARC to DC (the way it's done by OAI server).
It's far beyond the scope of this patch. Open a new bug if you want, and name it Semantic-Koha, or Sekoa.
Yes, you're right Frédéric. I'm just a librarian trying to improve. Let me propose another patch with your suggestion, using the xslts for transforming the marc flavors. Regards -- You are receiving this mail because: You are watching all bug changes.