projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2466422
)
Support thumburl.
author
Mike Taylor
<mike@miketaylor.org.uk>
Fri, 8 Jan 2010 14:22:43 +0000
(14:22 +0000)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Fri, 8 Jan 2010 14:22:43 +0000
(14:22 +0000)
etc/cf.xsl
patch
|
blob
|
history
diff --git
a/etc/cf.xsl
b/etc/cf.xsl
index
9438c75
..
d0ed4c1
100644
(file)
--- a/
etc/cf.xsl
+++ b/
etc/cf.xsl
@@
-56,6
+56,12
@@
</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>