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:
0c68516
)
Support search_bath nodes.
author
Mike Taylor
<mike@miketaylor.org.uk>
Wed, 9 Jun 2010 15:58:53 +0000
(16:58 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Wed, 9 Jun 2010 15:58:53 +0000
(16:58 +0100)
xsl/irspy2zeerex.xsl
patch
|
blob
|
history
diff --git
a/xsl/irspy2zeerex.xsl
b/xsl/irspy2zeerex.xsl
index
b8e2477
..
6379a38
100644
(file)
--- a/
xsl/irspy2zeerex.xsl
+++ b/
xsl/irspy2zeerex.xsl
@@
-163,6
+163,11
@@
<xsl:with-param name="nodes" select="*/irspy:multiple_opac"/>
<xsl:with-param name="what" select="'multiple_opac'"/>
</xsl:call-template>
+
+ <xsl:call-template name="insert-latest-nodes">
+ <xsl:with-param name="nodes" select="*/irspy:search_bath"/>
+ <xsl:with-param name="what" select="'search_bath'"/>
+ </xsl:call-template>
</irspy:status>
</xsl:template>