projects
/
irspy-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:
2910ed2
)
Propagate multiple_opac element when provided.
author
Mike Taylor
<mike@miketaylor.org.uk>
Tue, 11 May 2010 13:12:43 +0000
(14:12 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Tue, 11 May 2010 13:12:43 +0000
(14:12 +0100)
xsl/irspy2zeerex.xsl
patch
|
blob
|
history
diff --git
a/xsl/irspy2zeerex.xsl
b/xsl/irspy2zeerex.xsl
index
3f22386
..
b8e2477
100644
(file)
--- a/
xsl/irspy2zeerex.xsl
+++ b/
xsl/irspy2zeerex.xsl
@@
-158,6
+158,11
@@
select="*/irspy:serverImplementationVersion"/>
<xsl:with-param name="what" select="'serverImplementationVersion'"/>
</xsl:call-template>
+
+ <xsl:call-template name="insert-latest-nodes">
+ <xsl:with-param name="nodes" select="*/irspy:multiple_opac"/>
+ <xsl:with-param name="what" select="'multiple_opac'"/>
+ </xsl:call-template>
</irspy:status>
</xsl:template>