Support search_bath nodes.
authorMike Taylor <mike@miketaylor.org.uk>
Wed, 9 Jun 2010 15:58:53 +0000 (16:58 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Wed, 9 Jun 2010 15:58:53 +0000 (16:58 +0100)
xsl/irspy2zeerex.xsl

index b8e2477..6379a38 100644 (file)
         <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>