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:
248d895
)
Adds the template fields page and endpage, #4204
author
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 20 Jun 2011 19:10:53 +0000
(19:10 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 20 Jun 2011 19:10:53 +0000
(19:10 +0000)
etc/cf.xsl
patch
|
blob
|
history
diff --git
a/etc/cf.xsl
b/etc/cf.xsl
index
fc18204
..
1c3c053
100644
(file)
--- a/
etc/cf.xsl
+++ b/
etc/cf.xsl
@@
-109,6
+109,18
@@
</pz:metadata>
</xsl:template>
+ <xsl:template match="page">
+ <pz:metadata type="page">
+ <xsl:value-of select="."/>
+ </pz:metadata>
+ </xsl:template>
+
+ <xsl:template match="endpage">
+ <pz:metadata type="endpage">
+ <xsl:value-of select="."/>
+ </pz:metadata>
+ </xsl:template>
+
<xsl:template match="item">
<pz:metadata type="locallocation">
<xsl:choose>