Add template for collection element.
[pazpar2-moved-to-github.git] / test / tmarc.xsl
index a94131d..0dc7b20 100644 (file)
       <xsl:apply-templates />
   </xsl:template>
 
+  <xsl:template match="tmarc:collection">
+    <collection>
+      <xsl:apply-templates />
+    </collection>
+  </xsl:template>
+
   <xsl:template match="tmarc:r">
     <xsl:variable name="title_medium" select="tmarc:d245/tmarc:sh" />
     <xsl:variable name="journal_title" select="tmarc:d773/tmarc:st" />