Bug 31532: Add preprocessor to Zebra indexing pipeline to index 880 as linked field
[koha.git] / etc / zebradb / marc_defs / unimarc / biblios / preprocess_marcxml.xsl
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:marc="http://www.loc.gov/MARC21/slim"
2  version="1.0">
3 <xsl:output indent="yes"
4       method="xml"
5       version="1.0"
6       encoding="UTF-8"/>
7
8  <xsl:template name="identity" match="node()|@*">
9    <xsl:copy>
10      <xsl:apply-templates select="@*|node()"/>
11    </xsl:copy>
12  </xsl:template>
13
14 <!-- There's nothing to do here for UNIMARC but we need this file since the dom-config.xml file is cross-format -->
15
16 </xsl:stylesheet>