http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14453

Mirko Tietgen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|Needs Signoff               |Signed Off

--- Comment #3 from Mirko Tietgen <[email protected]> ---
Before the patch

/usr/bin/xsltproc /home/mirko/koha/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl
authority-koha-indexdefs.xml > authority-zebra-indexdefs.xsl.bug14453

diff authority-zebra-indexdefs.xsl authority-zebra-indexdefs.xsl.bug14453

14a15
>   <xslo:template match="text()" mode="index_facets"/>
30c31
<     <xslo:variable name="idfield"
select="normalize-space(marc:controlfield[@tag='001'])"/>
---
>     <xslo:variable name="idfield" select="normalize-space()"/>
37a39
>       <xslo:apply-templates mode="index_facets"/>



After the patch

/usr/bin/xsltproc /home/mirko/koha/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl
authority-koha-indexdefs.xml > authority-zebra-indexdefs.xsl.bug14453patched

diff authority-zebra-indexdefs.xsl
authority-zebra-indexdefs.xsl.bug14453patched 

14a15
>   <xslo:template match="text()" mode="index_facets"/>
37a39
>       <xslo:apply-templates mode="index_facets"/>


The patch fixes the problem in the description.

There seem to be two other differences between the standard file and the
generated output?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to