[Bug 15051] New: 245 Marc Field Order
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15051 Bug ID: 15051 Summary: 245 Marc Field Order Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: nengard@gmail.com QA Contact: testopia@bugs.koha-community.org Depends on: 13381 I have been informed that per marc rules the 245 should display the following subfields in this order: a, n, p, h, b, c Right now we're showing them in a, b, c, k, n, p, s I am unsure of where k and s fit in the scheme of things, but I thought I'd bring this up to discussion and/or fixing. Referenced Bugs: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13381 [Bug 13381] RDA: 245 field changes in XSLT -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15051 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nicole@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15051 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I did some tests and research, looking at the examples provided by the LOC: http://www.loc.gov/marc/bibliographic/bd245.html Overall it seems that the correct sequence is not fixed and some subfields can be repated in different positions: a k p h 245 00$aPL 17 Hearing Files$kCase Files$f1974$pDistrict 6$hmicrofilm (jacketted in fiche). a p b p c 245 10$aInternationale Strassenkarte.$pEurope 1:2.5 Mio. :$bmit Register = International road map.$pEurope, 1:2.5 mio : with index /$cRV Reise- und Verkehrsverlag. So the ideal would be to make sure that the subfields can be cataloged in a certain sequence and will also display in this sequence... and actually that is exactly how it works now. I tested by changing my sequence in the record to a n... and the normal displays in staff and OPAC reflected that change perfectly. (I didn't expect it :) ) I think we probably can't just hardcode the sequence of subfields, as that would actually break the correct behaviour. Maybe it could be an option. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15051 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #2 from David Cook <dcook@prosentient.com.au> --- I think the order is hard-coded in the XSLTs at the moment... I agree with what Nicole has said as well. I much prefer: a, n, p, h, b, c over the alternatives. At the moment, I think it goes "b" then "h", but it appears that "h" should be before "b": $h - Medium Medium designator used in the title statement. In records formulated according to ISBD principles, the medium designator appears in lowercase letters and is enclosed within brackets. It follows the title proper (subfields $a, $n, $p) and precedes the remainder of the title ($b), subsequent titles (in items lacking a collective title), and/or statement(s) of responsibility ($c). http://www.loc.gov/marc/bibliographic/bd245.html -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15051 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- By moving the subfields in cataloguing I can do 'a n p h b c k s'. The fields show in the sequence they appear in the record for me. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15051 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- (In reply to Katrin Fischer from comment #3)
By moving the subfields in cataloguing I can do 'a n p h b c k s'. The fields show in the sequence they appear in the record for me.
Even with the XSLT instead of the normal display? Hmm, I'll have to take a look. I had someone complaining about this recently and I switched the order of "bh" to "hb" and that seemed to fix it... First, I'm going to sign off one of your other bugs then I'll look at it again :) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15051 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Sounds like a plan - but yes, I tested with XSLT :) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15051 --- Comment #6 from David Cook <dcook@prosentient.com.au> --- (In reply to Katrin Fischer from comment #5)
Sounds like a plan - but yes, I tested with XSLT :)
And right you are! It looks like I was thinking of the XSLTs in 3.14. It appears they've changed since then... yay! -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15051 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org