Works with collection xml
authorDennis Schafroth <dennis@indexdata.com>
Tue, 31 Aug 2010 12:50:04 +0000 (14:50 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Tue, 31 Aug 2010 12:50:04 +0000 (14:50 +0200)
etc/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" />