[xsl] exists function in xslt

Subject: [xsl] exists function in xslt
From: Lars Reimann <mail@xxxxxxxxxxxxxxx>
Date: Fri, 30 Sep 2005 14:34:39 +0200
hi,

why cant i use:

<xsl:if test="exists(/XPATH-QUERY)) = true">
  <xsl:text> </xsl:text>
</xsl:if>

xalan sais funtion not found:

XSLException Type is: XPathParserException
Message is: The function 'exists' was not found.

why is that ?
thx

Current Thread