From 6690410b65ac18f88ca5099e7e92c3513665c3e5 Mon Sep 17 00:00:00 2001 From: "Anders S. Mortensen" Date: Mon, 2 Apr 2007 10:11:17 +0000 Subject: [PATCH] Only insert those index terms which have @search="true". This happens both for the situation where search access points have actually been probed by IRspy and in the case where only the existing version of indexInfo is inserted. Bugzilla #922. --- xsl/irspy2zeerex.xsl | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/xsl/irspy2zeerex.xsl b/xsl/irspy2zeerex.xsl index 6ac8cd2..e08fa90 100644 --- a/xsl/irspy2zeerex.xsl +++ b/xsl/irspy2zeerex.xsl @@ -1,6 +1,6 @@ - + @@ -211,22 +212,16 @@ - - - - true - false - - - - <xsl:value-of select="$title"/> - - - - - - - + + + <xsl:value-of select="$title"/> + + + + + + + -- 1.7.10.4