Bugzilla – Attachment 5608 Details for
Bug 5565
Default OAI UNIMARC to Dublin Core XSL adds superfluous blanks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-Bug-5565-Default-OAI-UNIMARC-to-Dublin-Core-XSL-adds.patch (text/plain), 1.17 KB, created by
Frédéric Demians
on 2011-09-27 16:08:44 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2011-09-27 16:08:44 UTC
Size:
1.17 KB
patch
obsolete
>From f1a357d78addc5330480a2e9fa98ff344bc5608a Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Fri, 31 Dec 2010 07:32:41 +0100 >Subject: [PATCH 1/2] Bug 5565 Default OAI UNIMARC to Dublin Core XSL adds > superfluous blanks > >--- > .../prog/en/xslt/UNIMARCslim2OAIDC.xsl | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2OAIDC.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2OAIDC.xsl >index 0e5a80d..0e2ed15 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2OAIDC.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2OAIDC.xsl >@@ -45,7 +45,8 @@ > <xsl:for-each select="marc:datafield[@tag=700]|marc:datafield[@tag=701]|marc:datafield[@tag=702]|marc:datafield[@tag=710]|marc:datafield[@tag=711]|marc:datafield[@tag=712]"> > <dc:creator> > <xsl:value-of select="marc:subfield[@code='a']"/> >- <xsl:if test="marc:subfield[@code='b']">, >+ <xsl:if test="marc:subfield[@code='b']"> >+ <xsl:text>, </xsl:text> > <xsl:value-of select="marc:subfield[@code='b']"/> > </xsl:if> > <xsl:choose> >-- >1.7.6.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5565
:
5608
|
5609
|
6862
|
6863