[Koha-bugs] [Bug 14217] Add a DOM syntax for specifying conditions on indexes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 27 17:43:48 CEST 2015


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

Barton Chittenden <barton at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |barton at bywatersolutions.com

--- Comment #3 from Barton Chittenden <barton at bywatersolutions.com> ---
(In reply to Tomás Cohen Arazi from comment #2)

> To test:
> - Verify that the shipped XSLT files are current regarding the shipped index
> definitions:
>   $ for i in marc21 normarc unimarc; do
>         xsltproc etc/zebradb/xsl/xsl/koha-indexdefs-to-zebra.xsl \
>               etc/zebradb/marc_defs/$i/biblios/biblio-koha-indexdefs.xml \
>               > etc/zebradb/marc_defs/$i/biblios/biblio-zebra-indexdefs.xsl
>     done

Small change in test plan:

    etc/zebradb/xsl/xsl/koha-indexdefs-to-zebra.xsl

should be

    etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl

so the first step in the test plan becomes.

- Verify that the shipped XSLT files are current regarding the shipped index
definitions:
  $ for i in marc21 normarc unimarc; do
        xsltproc etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl \
              etc/zebradb/marc_defs/$i/biblios/biblio-koha-indexdefs.xml \ 
              > etc/zebradb/marc_defs/$i/biblios/biblio-zebra-indexdefs.xsl
    done

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list