Fixing what appears to be a typo in this stylesheet.
authorAnders S. Mortensen <sondberg@indexdata.dk>
Thu, 28 Dec 2006 10:00:34 +0000 (10:00 +0000)
committerAnders S. Mortensen <sondberg@indexdata.dk>
Thu, 28 Dec 2006 10:00:34 +0000 (10:00 +0000)
etc/default.xsl

index abab5f0..77a807b 100644 (file)
@@ -6,7 +6,7 @@
 
   <xsl:template match="*">
     <pz:record>
-      <xsl:match-templates/>
+      <xsl:apply-templates/>
     </pz:record>
   </xsl:template>