[xsl]: How to use boolean() function

Subject: [xsl]: How to use boolean() function
From: Saverio Niccolini <s.niccolini@xxxxxxxxxxxx>
Date: Mon, 04 Jun 2001 14:09:27 +0200
Hi everyone,

I have a problem with transforming a number to a boolean

I've tried with:
boolean(/indicator/ind01)

(I have a field named so in my .xml file)

but the response was:

unknown method
->boolean<-

should I use another stilesheet declaration? (different from the one I
am using: <xsl:stylesheet
xmlns:xsl="http://www.w3.org/TR/WD-xsl";> )
or there is another mistake?

P.S.:It does not work even if I try:
boolean(12)

thanks in advance
Saverio


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread