Bugzilla – Attachment 6924 Details for
Bug 6536
Z3950 Search Enhancements: SRU targets and additional XSLT processing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Follow up to fix MARC21toUNIMARC.xsl
patch.txt (text/plain), 1.61 KB, created by
Marcel de Rooy
on 2011-12-22 14:36:06 UTC
(
hide
)
Description:
Follow up to fix MARC21toUNIMARC.xsl
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2011-12-22 14:36:06 UTC
Size:
1.61 KB
patch
obsolete
>From c5ef4a45eb6a12f0f41684bd7a8d5d7a0ec461df Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 22 Dec 2011 15:28:12 +0100 >Subject: [PATCH] 6536 Follow up to fix MARC21toUNIMARC.xsl >Content-Type: text/plain; charset="utf-8" > >BibLibre testing revealed that the conversion from MARC21 to UNIMARC failed. >This follow up fixes a small problem in that conversion XSL. >--- > .../intranet-tmpl/prog/en/xslt/MARC21toUNIMARC.xsl | 9 ++++++--- > 1 files changed, 6 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21toUNIMARC.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21toUNIMARC.xsl >index a5d4faa..bb6cd09 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21toUNIMARC.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21toUNIMARC.xsl >@@ -17,7 +17,11 @@ with Koha; if not, write to the Free Software Foundation, Inc., > <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> > <xsl:template match="/"> > <collection> >- <xsl:for-each select="marc:record"> >+ <xsl:apply-templates/> >+ </collection> >+ </xsl:template> >+ <xsl:template match="marc:record"> >+<!-- <xsl:for-each select="marc:record"> --> > <record > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd" >@@ -1181,7 +1185,6 @@ with Koha; if not, write to the Free Software Foundation, Inc., > </datafield> > </xsl:for-each> > </record> >- </xsl:for-each> >- </collection> >+<!-- </xsl:for-each> --> > </xsl:template> > </xsl:stylesheet> >-- >1.6.0.6 >
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 6536
:
4540
|
4541
|
4959
|
6901
|
6919
|
6920
|
6924
|
13462
|
26169
|
26170
|
26171
|
26172
|
29754
|
29755
|
29756
|
29779
|
29780
|
29788
|
29790
|
29791
|
29812
|
29813
|
29814
|
29815
|
29816
|
29817
|
29818
|
29819
|
30189
|
30190
|
30191
|
30192
|
30193
|
30194
|
30900
|
30901
|
30902
|
30903
|
30904
|
30905
|
30906
|
30907
|
30929
|
30930
|
30931
|
30932
|
30933
|
30934
|
30935
|
30936
|
31046
|
31048
|
31137
|
31193
|
31194
|
31195
|
31227
|
31247
|
31248
|
37264