Fix template name (bad from previous commit)
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 5 May 2009 10:34:29 +0000 (12:34 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 5 May 2009 10:34:29 +0000 (12:34 +0200)
etc/marc21.xsl

index 22710d2..d1699dc 100644 (file)
@@ -10,7 +10,7 @@
 <!-- Extract metadata from MARC21/USMARC 
       http://www.loc.gov/marc/bibliographic/ecbdhome.html
 -->  
-  <xsl:template name="template-hook"/>
+  <xsl:template name="record-hook"/>
 
   <xsl:template match="/marc:record">
     <xsl:variable name="title_medium" select="marc:datafield[@tag='245']/marc:subfield[@code='h']"/>