Add fallback template
authorJakub Skoczen <jakub@indexdata.dk>
Thu, 10 Nov 2011 13:09:10 +0000 (14:09 +0100)
committerJakub Skoczen <jakub@indexdata.dk>
Thu, 10 Nov 2011 13:09:10 +0000 (14:09 +0100)
Match any CF element that doesn't fit the previous rules to
a pazpar2 element of the same name

etc/cf.xsl

index 49eb5e0..4742628 100644 (file)
     </pz:metadata>
   </xsl:template>
 
+  <xsl:template match="*" >
+    <pz:metadata type="{local-name()}">
+      <xsl:value-of select="."/>
+    </pz:metadata>
+  </xsl:template>
+
   <xsl:template match="text()"/>
 
 </xsl:stylesheet>