]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug in select expression.
authorBob Stayton <bobs@sagehill.net>
Fri, 24 Sep 2004 20:47:49 +0000 (20:47 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 24 Sep 2004 20:47:49 +0000 (20:47 +0000)
xsl/fo/xref.xsl

index ce2fc0fe61e437b9491eff37d5752099799240a9..4e7c881449e059dc23ba1e5fc447eeab5a0766b9 100644 (file)
@@ -92,7 +92,7 @@
   </xsl:choose>
 
   <!-- Add standard page reference? -->
-  <xsl:if test="not(starts-with(normalize-space(@xrefstyle), 'select:') != '' 
+  <xsl:if test="not(starts-with(normalize-space(@xrefstyle), 'select:') 
                 and (contains(@xrefstyle, 'page')
                      or contains(@xrefstyle, 'Page')))
                 and ( $insert.xref.page.number = 'yes'