Support thumburl.
authorMike Taylor <mike@miketaylor.org.uk>
Fri, 8 Jan 2010 14:22:43 +0000 (14:22 +0000)
committerMike Taylor <mike@miketaylor.org.uk>
Fri, 8 Jan 2010 14:22:43 +0000 (14:22 +0000)
etc/cf.xsl

index 9438c75..d0ed4c1 100644 (file)
     </pz:metadata>
   </xsl:template>
 
+  <xsl:template match="thumburl">
+    <pz:metadata type="thumburl">
+      <xsl:value-of select="."/>
+    </pz:metadata>
+  </xsl:template>
+
   <xsl:template match="text()"/>
 
 </xsl:stylesheet>