keywords to marc mapping
Hello, i am curious to know whether libraries are using this feature. I have never used it in any project, because it tries to solve an issue that i handle with xslt stylesheets. I has been there for a fairly long time with the promise of adding more keywords yet it hasn't changed much. I am not even sure i understand what it does. Anyone using it? and if yes how? Thanks! -- Gaetan Boisson Chef de projet bibliothécaire BibLibre 06 52 42 51 29 108 avenue Breteuil 13006 Marseille gaetan.boisson@biblibre.com
If I can recall, it's only used for subtitle. Since subtitle is a repeatable tag, it builds out the subtitle from MARC. XSLT is definitely a solution, especially since non-xslt views are deprecated. I'd have to grep through the code since it may be used elsewhere, but we could probably pull out that entire sub-system and replace it with a single subroutine ( and maybe a TT plugin ). Kyle http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.meadvillelibrary.org ) Crawford County Federated Library System ( http://www.ccfls.org ) Mill Run Technology Solutions ( http://millruntech.com ) On Wed, Apr 8, 2015 at 10:15 AM, Gaetan Boisson <gaetan.boisson@biblibre.com
wrote:
Hello,
i am curious to know whether libraries are using this feature. I have never used it in any project, because it tries to solve an issue that i handle with xslt stylesheets. I has been there for a fairly long time with the promise of adding more keywords yet it hasn't changed much. I am not even sure i understand what it does.
Anyone using it? and if yes how?
Thanks!
-- Gaetan Boisson Chef de projet bibliothécaire BibLibre 06 52 42 51 29 108 avenue Breteuil 13006 Marseille gaetan.boisson@biblibre.com _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
If I can recall, it's only used for subtitle.
That's right, but it can be used to build a custom set of subfields which are included under the umbrella term "subtitle." We add 245b, 245n, 245p, and 245h.
XSLT is definitely a solution, especially since non-xslt views are deprecated.
Non-XSLT views are deprecated for detail pages and search results pages, but we have many places where titles are displayed in other contexts which have no XSLT handling. Replacing the keyword to MARC mapping system wouldn't be trivial. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
Thanks for filling in the gaps for me Owen! Sounds like it's more useful than I had originally thought! Kyle http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.meadvillelibrary.org ) Crawford County Federated Library System ( http://www.ccfls.org ) Mill Run Technology Solutions ( http://millruntech.com ) On Thu, Apr 9, 2015 at 8:37 AM, Owen Leonard <oleonard@myacpl.org> wrote:
If I can recall, it's only used for subtitle.
That's right, but it can be used to build a custom set of subfields which are included under the umbrella term "subtitle." We add 245b, 245n, 245p, and 245h.
XSLT is definitely a solution, especially since non-xslt views are deprecated.
Non-XSLT views are deprecated for detail pages and search results pages, but we have many places where titles are displayed in other contexts which have no XSLT handling. Replacing the keyword to MARC mapping system wouldn't be trivial.
-- Owen
-- Web Developer Athens County Public Libraries http://www.myacpl.org _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
I've noticed that in some pages, this feature is the only reason to build the MARC::Record, where all other datas come directly from database. It could be good to test if there are mappings before trying to process. A TT plugin seems great. I'll try to start on that. Le 09/04/2015 18:06, Kyle Hall a écrit :
Thanks for filling in the gaps for me Owen! Sounds like it's more useful than I had originally thought!
Kyle
http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.meadvillelibrary.org ) Crawford County Federated Library System ( http://www.ccfls.org ) Mill Run Technology Solutions ( http://millruntech.com )
On Thu, Apr 9, 2015 at 8:37 AM, Owen Leonard <oleonard@myacpl.org> wrote:
If I can recall, it's only used for subtitle.
That's right, but it can be used to build a custom set of subfields which are included under the umbrella term "subtitle." We add 245b, 245n, 245p, and 245h.
XSLT is definitely a solution, especially since non-xslt views are deprecated.
Non-XSLT views are deprecated for detail pages and search results pages, but we have many places where titles are displayed in other contexts which have no XSLT handling. Replacing the keyword to MARC mapping system wouldn't be trivial.
-- Owen
-- Web Developer Athens County Public Libraries http://www.myacpl.org _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Fridolin SOMERS Biblibre - Pôles support et système fridolin.somers@biblibre.com
participants (4)
-
Fridolin SOMERS -
Gaetan Boisson -
Kyle Hall -
Owen Leonard