Propagate multiple_opac element when provided.
authorMike Taylor <mike@miketaylor.org.uk>
Tue, 11 May 2010 13:12:43 +0000 (14:12 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Tue, 11 May 2010 13:12:43 +0000 (14:12 +0100)
xsl/irspy2zeerex.xsl

index 3f22386..b8e2477 100644 (file)
                     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>