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:
cf7333f
)
Add template for collection element.
author
Dennis Schafroth
<dennis@indexdata.com>
Wed, 4 Aug 2010 20:39:23 +0000
(22:39 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Wed, 4 Aug 2010 20:39:23 +0000
(22:39 +0200)
test/tmarc.xsl
patch
|
blob
|
history
diff --git
a/test/tmarc.xsl
b/test/tmarc.xsl
index
a94131d
..
0dc7b20
100644
(file)
--- a/
test/tmarc.xsl
+++ b/
test/tmarc.xsl
@@
-15,6
+15,12
@@
<xsl:apply-templates />
</xsl:template>
+ <xsl:template match="tmarc:collection">
+ <collection>
+ <xsl:apply-templates />
+ </collection>
+ </xsl:template>
+
<xsl:template match="tmarc:r">
<xsl:variable name="title_medium" select="tmarc:d245/tmarc:sh" />
<xsl:variable name="journal_title" select="tmarc:d773/tmarc:st" />