Bug 3750 Modify XSLT to display subfield n of 111/711 and remove period after 110/710
authorJane Wagner <jwagner@ptfs.com>
Mon, 2 Nov 2009 20:05:01 +0000 (15:05 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 30 Apr 2010 02:11:31 +0000 (22:11 -0400)
commit7bebc1e111dccb94dad1a48288efe8ad991d1fe1
treea41c900eb97427bb3dc1555ec7c60473a43423e4
parent6ecb2ddbb525a69c7752268d209461b5128a1ef4
Bug 3750 Modify XSLT to display subfield n of 111/711 and remove period after 110/710

If a 111/711 uses a subfield n (Number of part/section/meeting), XSLT wasn't displaying it which made for an incomplete display.

e.g., International Conference on Concurrency Theory 1999 : Eindhoven, Netherlands)
instead of 10th International Conference on Concurrency Theory 1999 : Eindhoven, Netherlands)

I've added it to show before subfield a if present.  I've also removed the period that XSLT puts in the results and display after the last occurrence of a 110/710.  It's fairly standard practice for these entries to have a period in the MARC record, so the XSLT display was showing a double period.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl