Summary: | XSLT should look in LDR/18 to know whether to add punctuation or not | ||
---|---|---|---|
Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Component: | MARC Bibliographic data support | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P4 | CC: | alexander.wagner, dcook, marion.durand, paliotti, vmela |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28976 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32723 |
||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 37196, 37325 | ||
Bug Blocks: |
Description
Caroline Cyr La Rose
2018-08-31 15:00:24 UTC
This is interesting. I always assumed that people just went with "a" for AACR2 for LDR/18, but it looks like the practice for RDA is to use "i" or "c" according to a few sources like OCLC (https://www.oclc.org/bibformats/en/fixedfield/desc.html). OCLC has some examples that suggests even when using AACR2 that they'd use "a" when including punctuation and "c' when punctuation is omitted (https://www.oclc.org/bibformats/en/onlinecataloging.html#punctuation) Very interesting. I'm working on this bug, but I'm not sure what the result should be for this example 100 1# a Goscinny, René, d 1926-1977-, e author. About the comma near the date, should it look like: 1) Goscinny, René, 1926-1977- [author.]. (Without any comma after the date) or 2) Goscinny, René, 1926-1977-, [author.]. (With a comma after the date) About the two periods at the end, should it look like: 3) Goscinny, René, 1926-1977- [author.] (With the period inside the bracket) 4) Goscinny, René, 1926-1977- [author]. (With the period outside the bracket) 5) Goscinny, René, 1926-1977- [author.]. (With two periods) 6) Goscinny, René, 1926-1977- [author] (Without any period) *** Bug 30018 has been marked as a duplicate of this bug. *** **Note** there was some discussion if it's not better to implement this feature (and linked bugs) by means of a Perl-based Marc Filter. Same result just different technical approach. |