9270d84c93
This is required in order for Koha to support DOM indexing of the NORMARC dialect, cf Bug "Bug 7818 - support DOM mode for Zebra indexing of bibliographic records". The two files in this patch were generated from the NORMARC record.abs by doing the steps suggested at the bottom here: http://wiki.koha-community.org/wiki/Switching_to_dom_indexing No manual editing was involved. To test: - Do a fresh install, choosing NORMARC as the MARC dialect - Run rebuild_zebra.pl and check it does not complain about missing files or other things - Check that search works as expected. Using MARC21 records for the testing should be OK. 2012-10-31: New patch after an update to Bug 8665 Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> Passed-QA-by: Paul Poulain <paul.poulain@biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
1772 lines
64 KiB
XML
1772 lines
64 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
This file has been automatically generated from a Koha index definition file
|
|
with the stylesheet koha-indexdefs-to-zebra.xsl. Do not manually edit this file,
|
|
as it may be overwritten. To regenerate, edit the appropriate Koha index
|
|
definition file (probably something like {biblio,authority}-koha-indexdefs.xml) and run:
|
|
`xsltproc koha-indexdefs-to-zebra.xsl {biblio,authority}-koha-indexdefs.xml >
|
|
{biblio,authority}-zebra-indexdefs.xsl` (substituting the appropriate file names).
|
|
-->
|
|
<xslo:stylesheet xmlns:xslo="http://www.w3.org/1999/XSL/Transform" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:z="http://indexdata.com/zebra-2.0" xmlns:kohaidx="http://www.koha-community.org/schemas/index-defs" version="1.0">
|
|
<xslo:output indent="yes" method="xml" version="1.0" encoding="UTF-8"/>
|
|
<xslo:template match="text()"/>
|
|
<xslo:template match="text()" mode="index_subfields"/>
|
|
<xslo:template match="text()" mode="index_data_field"/>
|
|
<xslo:template match="text()" mode="index_heading"/>
|
|
<xslo:template match="text()" mode="index_heading_conditional"/>
|
|
<xslo:template match="text()" mode="index_match_heading"/>
|
|
<xslo:template match="text()" mode="index_subject_thesaurus"/>
|
|
<xslo:template match="/">
|
|
<xslo:if test="marc:collection">
|
|
<collection>
|
|
<xslo:apply-templates select="marc:collection/marc:record"/>
|
|
</collection>
|
|
</xslo:if>
|
|
<xslo:if test="marc:record">
|
|
<xslo:apply-templates select="marc:record"/>
|
|
</xslo:if>
|
|
</xslo:template>
|
|
<xslo:template match="marc:record">
|
|
<xslo:variable name="idfield" select="normalize-space()"/>
|
|
<z:record type="update">
|
|
<xslo:attribute name="z:id">
|
|
<xslo:value-of select="$idfield"/>
|
|
</xslo:attribute>
|
|
<xslo:apply-templates/>
|
|
<xslo:apply-templates mode="index_subfields"/>
|
|
<xslo:apply-templates mode="index_data_field"/>
|
|
<xslo:apply-templates mode="index_heading"/>
|
|
<xslo:apply-templates mode="index_heading_conditional"/>
|
|
<xslo:apply-templates mode="index_match_heading"/>
|
|
<xslo:apply-templates mode="index_subject_thesaurus"/>
|
|
</z:record>
|
|
</xslo:template>
|
|
<xslo:template match="marc:leader">
|
|
<z:index name="llength:w">
|
|
<xslo:value-of select="substring(., 1, 5)"/>
|
|
</z:index>
|
|
<z:index name="rtype:w">
|
|
<xslo:value-of select="substring(., 7, 1)"/>
|
|
</z:index>
|
|
<z:index name="Bib-level:w">
|
|
<xslo:value-of select="substring(., 8, 1)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template match="marc:controlfield[@tag='001']">
|
|
<z:index name="Control-number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template match="marc:controlfield[@tag='007']">
|
|
<z:index name="Microform-generation:n">
|
|
<xslo:value-of select="substring(., 12, 1)"/>
|
|
</z:index>
|
|
<z:index name="Material-type:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
<z:index name="ff7-00:w">
|
|
<xslo:value-of select="substring(., 1, 1)"/>
|
|
</z:index>
|
|
<z:index name="ff7-01:w">
|
|
<xslo:value-of select="substring(., 2, 1)"/>
|
|
</z:index>
|
|
<z:index name="ff7-02:w">
|
|
<xslo:value-of select="substring(., 3, 1)"/>
|
|
</z:index>
|
|
<z:index name="ff7-01-02:w">
|
|
<xslo:value-of select="substring(., 1, 2)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template match="marc:controlfield[@tag='008']">
|
|
<z:index name="date-entered-on-file:n">
|
|
<xslo:value-of select="substring(., 1, 5)"/>
|
|
</z:index>
|
|
<z:index name="date-entered-on-file:s">
|
|
<xslo:value-of select="substring(., 1, 5)"/>
|
|
</z:index>
|
|
<z:index name="pubdate:w">
|
|
<xslo:value-of select="substring(., 8, 4)"/>
|
|
</z:index>
|
|
<z:index name="pubdate:n">
|
|
<xslo:value-of select="substring(., 8, 4)"/>
|
|
</z:index>
|
|
<z:index name="pubdate:y">
|
|
<xslo:value-of select="substring(., 8, 4)"/>
|
|
</z:index>
|
|
<z:index name="pubdate:s">
|
|
<xslo:value-of select="substring(., 8, 4)"/>
|
|
</z:index>
|
|
<z:index name="pl:w">
|
|
<xslo:value-of select="substring(., 16, 3)"/>
|
|
</z:index>
|
|
<z:index name="ta:w">
|
|
<xslo:value-of select="substring(., 23, 1)"/>
|
|
</z:index>
|
|
<z:index name="ff8-23:w">
|
|
<xslo:value-of select="substring(., 24, 1)"/>
|
|
</z:index>
|
|
<z:index name="ff8-29:w">
|
|
<xslo:value-of select="substring(., 30, 1)"/>
|
|
</z:index>
|
|
<z:index name="lf:w">
|
|
<xslo:value-of select="substring(., 34, 1)"/>
|
|
</z:index>
|
|
<z:index name="bio:w">
|
|
<xslo:value-of select="substring(., 35, 1)"/>
|
|
</z:index>
|
|
<z:index name="ln:n">
|
|
<xslo:value-of select="substring(., 36, 3)"/>
|
|
</z:index>
|
|
<z:index name="ctype:w">
|
|
<xslo:value-of select="substring(., 25, 4)"/>
|
|
</z:index>
|
|
<z:index name="Record-source:w">
|
|
<xslo:value-of select="substring(., 40, 0)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='020']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('a', @code)">
|
|
<z:index name="ISBN:w Identifier-standard:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='022']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('a', @code)">
|
|
<z:index name="ISSN:w ISBN:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='100']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Cross-Reference:w Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('a', @code)">
|
|
<z:index name="Author:w Author:p Author:s Editor:w Author-personal-bibliography:w Author-personal-bibliography:p Author-personal-bibliography:s">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='110']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='111']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='130']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('i', @code)">
|
|
<z:index name="Thematic-number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('n', @code)">
|
|
<z:index name="Thematic-number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('r', @code)">
|
|
<z:index name="Music-key:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='240']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('i', @code)">
|
|
<z:index name="Thematic-number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('r', @code)">
|
|
<z:index name="Music-key:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('n', @code)">
|
|
<z:index name="Thematic-number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='245']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('a', @code)">
|
|
<z:index name="Title-cover:w Title-cover:p Title-cover:s Title:w Title:p Title:s">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('c', @code)">
|
|
<z:index name="Author:w Author-in-order:w Author-in-order:p Author-in-order:s">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Cross-Reference:w Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='260']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('a', @code)">
|
|
<z:index name="pl:w pl:p">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('b', @code)">
|
|
<z:index name="Publisher:w Publisher:p">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('c', @code)">
|
|
<z:index name="copydate:w copydate:s">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='440']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('a', @code)">
|
|
<z:index name="Title-series:w Title-series:p">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='490']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('a', @code)">
|
|
<z:index name="Title-series:w Title-series:p">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='600']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('a', @code)">
|
|
<z:index name="Name-and-title:w Name:w Personal-name:w Subject-name-personal:w Subject:w Subject:p">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('t', @code)">
|
|
<z:index name="Name-and-title:w Title:w Subject:w Subject:p">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='610']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('a', @code)">
|
|
<z:index name="Name-and-title:w Subject:w Subject:p">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('t', @code)">
|
|
<z:index name="Name-and-title:w Title:w Subject:w Subject:p">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='611']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('a', @code)">
|
|
<z:index name="Name-and-title:w Subject:w Subject:p">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('t', @code)">
|
|
<z:index name="Name-and-title:w Title:w Subject:w Subject:p">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='630']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('i', @code)">
|
|
<z:index name="Thematic-number:w Subject:w Subject:p">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('n', @code)">
|
|
<z:index name="Thematic-number:w Subject:w Subject:p">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('r', @code)">
|
|
<z:index name="Music-key:w Subject:w Subject:p">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='650']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='651']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='652']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='653']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='654']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='655']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='656']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='657']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='690']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='700']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Cross-Reference:w Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('a', @code)">
|
|
<z:index name="Author:w Author:p">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('i', @code)">
|
|
<z:index name="Thematic-number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('n', @code)">
|
|
<z:index name="Thematic-number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('r', @code)">
|
|
<z:index name="Music-key:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('t', @code)">
|
|
<z:index name="Author-title:w Name-and-title:w Title:w Title-uniform:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='710']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('t', @code)">
|
|
<z:index name="Author-title:w Name-and-title:w Title:w Title-uniform:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('a', @code)">
|
|
<z:index name="Name-and-title:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('i', @code)">
|
|
<z:index name="Thematic-number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='711']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('a', @code)">
|
|
<z:index name="Name-and-title:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('t', @code)">
|
|
<z:index name="Author-title:w Title:w Title-uniform:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='730']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('i', @code)">
|
|
<z:index name="Thematic-number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('n', @code)">
|
|
<z:index name="Thematic-number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('r', @code)">
|
|
<z:index name="Music-key:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='773']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('t', @code)">
|
|
<z:index name="Host-item:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='780']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('t', @code)">
|
|
<z:index name="Title:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='800']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('a', @code)">
|
|
<z:index name="Name-and-title:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('t', @code)">
|
|
<z:index name="Author-title:w Name-and-title:w Title:w Title-series:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='810']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('a', @code)">
|
|
<z:index name="Name-and-title:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('t', @code)">
|
|
<z:index name="Author-title:w Name-and-title:w Title:w Title-series:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='811']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('a', @code)">
|
|
<z:index name="Name-and-title:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('t', @code)">
|
|
<z:index name="Author-title:w Name-and-title:w Title:w Title-series:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='830']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="Koha-Auth-Number:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='999']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('c', @code)">
|
|
<z:index name="Local-Number:n Local-Number:w Local-Number:s">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('d', @code)">
|
|
<z:index name="biblioitemnumber:n biblioitemnumber:w biblioitemnumber:s">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='942']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('0', @code)">
|
|
<z:index name="totalissues:n totalissues:s">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('2', @code)">
|
|
<z:index name="cn-bib-source:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('6', @code)">
|
|
<z:index name="cn-bib-sort:n cn-bib-sort:s">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('c', @code)">
|
|
<z:index name="itemtype:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('n', @code)">
|
|
<z:index name="Suppress:w Suppress:n">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('h', @code)">
|
|
<z:index name="cn-class:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('i', @code)">
|
|
<z:index name="cn-item:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('k', @code)">
|
|
<z:index name="cn-prefix:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('m', @code)">
|
|
<z:index name="cn-suffix:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_subfields" match="marc:datafield[@tag='952']">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('0', @code)">
|
|
<z:index name="withdrawn:n withdrawn:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('1', @code)">
|
|
<z:index name="lost:w lost:n">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('2', @code)">
|
|
<z:index name="classification-source:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('3', @code)">
|
|
<z:index name="materials-specified:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('4', @code)">
|
|
<z:index name="damaged:n damaged:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('5', @code)">
|
|
<z:index name="restricted:n restricted:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('6', @code)">
|
|
<z:index name="cn-sort:n cn-sort:s">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('7', @code)">
|
|
<z:index name="notforloan:n notforloan:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('8', @code)">
|
|
<z:index name="ccode:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('9', @code)">
|
|
<z:index name="itemnumber:n itemnumber:s">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('a', @code)">
|
|
<z:index name="homebranch:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('b', @code)">
|
|
<z:index name="holdingbranch:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('c', @code)">
|
|
<z:index name="location:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('d', @code)">
|
|
<z:index name="Date-of-acquisition:w Date-of-acquisition:d Date-of-acquisition:s">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('e', @code)">
|
|
<z:index name="acqsource:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('f', @code)">
|
|
<z:index name="coded-location-qualifier:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('g', @code)">
|
|
<z:index name="price:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('j', @code)">
|
|
<z:index name="stack:n stack:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('l', @code)">
|
|
<z:index name="issues:n issues:w issues:s">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('m', @code)">
|
|
<z:index name="renewals:n renewals:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('n', @code)">
|
|
<z:index name="reserves:n reserves:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('o', @code)">
|
|
<z:index name="Local-classification:w Local-classification:p Local-classification:s">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('p', @code)">
|
|
<z:index name="barcode:w barcode:n">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('q', @code)">
|
|
<z:index name="onloan:n onloan:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('r', @code)">
|
|
<z:index name="datelastseen:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('s', @code)">
|
|
<z:index name="datelastborrowed:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('t', @code)">
|
|
<z:index name="copynumber:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('u', @code)">
|
|
<z:index name="uri:u">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('v', @code)">
|
|
<z:index name="replacementprice:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('w', @code)">
|
|
<z:index name="replacementpricedate:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="contains('y', @code)">
|
|
<z:index name="itype:w">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:if>
|
|
</xslo:for-each>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='010']">
|
|
<z:index name="LC-card-number:w Identifier-standard:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='015']">
|
|
<z:index name="BNB-card-number:w BGF-number:w Number-db:w Number-natl-biblio:w Identifier-standard:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='020']">
|
|
<z:index name="ISBN:w Identifier-standard:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='022']">
|
|
<z:index name="ISSN:w Identifier-standard:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='024']">
|
|
<z:index name="Identifier-standard:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='025']">
|
|
<z:index name="Identifier-standard:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='027']">
|
|
<z:index name="Report-number:w Identifier-standard:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='028']">
|
|
<z:index name="Number-music-publisher:w Identifier-standard:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='030']">
|
|
<z:index name="CODEN:w Identifier-standard:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='040']">
|
|
<z:index name="Code-institution:w Record-source:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='041']">
|
|
<z:index name="ln:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='043']">
|
|
<z:index name="Code-geographic:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='060']">
|
|
<z:index name="NLM-call-number:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='080']">
|
|
<z:index name="UDC-classification:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='082']">
|
|
<z:index name="Dewey-classification:w Dewey-classification:s">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='100']">
|
|
<z:index name="Author:w Author-title:w Author-name-personal:w Name:w Name-and-title:w Personal-name:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='110']">
|
|
<z:index name="Author:w Author-title:w Author-name-corporate:w Name:w Name-and-title:w Corporate-name:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='111']">
|
|
<z:index name="Author:w Author-title:w Author-name-corporate:w Name:w Name-and-title:w Conference-name:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='130']">
|
|
<z:index name="Title:w Title-uniform:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='210']">
|
|
<z:index name="Title:w Title-abbreviated:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='222']">
|
|
<z:index name="Title:w Title-key:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='240']">
|
|
<z:index name="Title:w Title:p Title-uniform:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='245']">
|
|
<z:index name="Title:w Title:p">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='246']">
|
|
<z:index name="Title:w Title:p Title-abbreviated:w Title-expanded:w Title-former:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='260']">
|
|
<z:index name="pl:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='300']">
|
|
<z:index name="Extent:w Extent:p">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='440']">
|
|
<z:index name="Title-series:w Title-series:p Title:w Title-series:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='490']">
|
|
<z:index name="Title:w Title-series:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='502']">
|
|
<z:index name="Material-type:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='505']">
|
|
<z:index name="Note:w Note:p">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='510']">
|
|
<z:index name="Indexed-by:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='520']">
|
|
<z:index name="Abstract:w Abstract:p">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='600']">
|
|
<z:index name="Name:w Personal-name:w Subject-name-personal:w Subject:w Subject:p">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='610']">
|
|
<z:index name="Name:w Subject:w Corporate-name:w Subject:w Subject:p">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='611']">
|
|
<z:index name="Conference-name:w Subject:w Subject:p">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
<z:index name="Name:w Subject:w Subject:p">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='630']">
|
|
<z:index name="Subject:w Subject:p">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='650']">
|
|
<z:index name="Subject:w Subject:p">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='651']">
|
|
<z:index name="Name-geographic:w Subject:w Subject:p">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='653']">
|
|
<z:index name="Subject:w Subject:p">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='654']">
|
|
<z:index name="Subject:w Subject:p">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='655']">
|
|
<z:index name="Subject:w Subject:p">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='656']">
|
|
<z:index name="Subject:w Subject:p">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='657']">
|
|
<z:index name="Subject:w Subject:p">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='690']">
|
|
<z:index name="Subject:w Subject:p">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='700']">
|
|
<z:index name="Author:w Author-name-corporate:w Author-name-personal:w Name:w Editor:w Personal-name:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='710']">
|
|
<z:index name="Author:w Corporate-name:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
<z:index name="Author:w Name:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='711']">
|
|
<z:index name="Author-name-corporate:w Name:w Conference-name:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='730']">
|
|
<z:index name="Title:w Title-uniform:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='740']">
|
|
<z:index name="Title:w Title-other-variant:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='780']">
|
|
<z:index name="Title:w Title-former:w Related-periodical:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='785']">
|
|
<z:index name="Related-periodical:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='800']">
|
|
<z:index name="Author:w Author-name-personal:w Name:w Personal-name:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='810']">
|
|
<z:index name="Author:w Corporate-name:w Author-name-corporate:w Name:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='811']">
|
|
<z:index name="Author:w Author-name-corporate:w Name:w Conference-name:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template mode="index_data_field" match="marc:datafield[@tag='830']">
|
|
<z:index name="Title:w Title-series:w">
|
|
<xslo:variable name="raw_heading">
|
|
<xslo:for-each select="marc:subfield">
|
|
<xslo:if test="position() > 1">
|
|
<xslo:value-of select="substring(' ', 1, 1)"/>
|
|
</xslo:if>
|
|
<xslo:value-of select="."/>
|
|
</xslo:for-each>
|
|
</xslo:variable>
|
|
<xslo:value-of select="normalize-space($raw_heading)"/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template match="*">
|
|
<z:index name="Any:w Any:p">
|
|
<xslo:value-of select="."/>
|
|
</z:index>
|
|
</xslo:template>
|
|
<xslo:template name="chopPunctuation">
|
|
<xslo:param name="chopString"/>
|
|
<xslo:variable name="length" select="string-length($chopString)"/>
|
|
<xslo:choose>
|
|
<xslo:when test="$length=0"/>
|
|
<xslo:when test="contains('-,.:=;!%/', substring($chopString,$length,1))">
|
|
<xslo:call-template name="chopPunctuation">
|
|
<xslo:with-param name="chopString" select="substring($chopString,1,$length - 1)"/>
|
|
</xslo:call-template>
|
|
</xslo:when>
|
|
<xslo:when test="not($chopString)"/>
|
|
<xslo:otherwise>
|
|
<xslo:value-of select="$chopString"/>
|
|
</xslo:otherwise>
|
|
</xslo:choose>
|
|
<xslo:text/>
|
|
</xslo:template>
|
|
</xslo:stylesheet>
|