Hi, I wonder whether it is possible to filter unimarc records retrieved from a Z39.50 server, and convert them "on the fly" into marc21 (and vice versa). Record_transform, a metaproxy module, claims to be able to perform such a conversion, but I couldn't figure out how to use it in conjuction with Koha. Many thanks, Giuseppe.
I am working right now on bug 6536 (again). If you have an xslt file for unimarc-marc21 conversion, you could use it in the additional xslt option. Will submit the xslt patch probably today.. Marcel -----Oorspronkelijk bericht----- Van: koha-devel-bounces@lists.koha-community.org [mailto:koha-devel-bounces@lists.koha-community.org] Namens Giuseppe Angilella Verzonden: donderdag 17 juli 2014 11:31 Aan: koha-devel@lists.koha-community.org Onderwerp: [Koha-devel] unimarc to marc21 Hi, I wonder whether it is possible to filter unimarc records retrieved from a Z39.50 server, and convert them "on the fly" into marc21 (and vice versa). Record_transform, a metaproxy module, claims to be able to perform such a conversion, but I couldn't figure out how to use it in conjuction with Koha. Many thanks, Giuseppe. _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
Hi to all, Il 17/07/2014 11:37, Marcel de Rooy ha scritto:
I am working right now on bug 6536 (again). If you have an xslt file for unimarc-marc21 conversion, you could use it in the additional xslt option. Will submit the xslt patch probably today..
here there is a basic xslt for Unimarc -> MARC21 conversion: https://github.com/edsd/biblio-metadata/blob/master/UNIMARC2MARC21.xsl Probably it is not enough for a librarina, but it is a start. Bye Zeno Tajoli -- Dr. Zeno Tajoli Soluzioni per la Ricerca Istituzionale - Automazione Biblioteche z.tajoli@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segrate
Hi to all, l 17/07/2014 11:31, Giuseppe Angilella ha scritto:
Record_transform, a metaproxy module, claims to be able to perform such a conversion, but I couldn't figure out how to use it in conjuction with
Record_transform uses a xslt stylesheet, but there are only MARC21->DC and MARC21->MAD/MODS conversions. If you build metaproxy from source you can insert USMARCON in metaproxy. With USMARCON is more easy to write an unimarc to marc21 conversion. For Koha bug 6536, http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6536 is the best option available. I suggest you to: -- add your self in CC list for the bug -- help on sign-off when it will be possible. Bye Zeno Tajoli -- Dr. Zeno Tajoli Soluzioni per la Ricerca Istituzionale - Automazione Biblioteche z.tajoli@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segrate
Hi,
For Koha bug 6536, http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6536 is the best option available.
I wasn't aware of that, which looks great indeed! :-)
I suggest you to: -- add your self in CC list for the bug -- help on sign-off when it will be possible.
I am currently trying to signing it off on a sandbox at biblibre. The patch applied smoothly (it seems), and I can now specify a XSLT file for transforming results on a Z39.50 server I had entered previously (i.e., before applying the patch, while in "master" mode, in order to test that UNImarc fields were retrieved incorrectly into my USmarc database, as expected). I tried entering either unimarc2marc21.xsl or UNIMARC2MARC21.xsl, but I get the following error: Warning: XSLT error on search result 1 on trying to retrieve a record. How can I list the available XSLT files, or upload the desired one, as I have no shell access to the sandbox? Many thanks! Giuseppe.
participants (3)
-
Giuseppe Angilella -
Marcel de Rooy -
Zeno Tajoli