RE: [xsl]: How to use boolean() function

Subject: RE: [xsl]: How to use boolean() function
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 4 Jun 2001 14:46:02 +0100
If you want to use the XSLT language it's a good idea to use an XSLT
processor, and not Microsoft's WD-xsl, which is something quite different.

See the MSXML FAQ at http://www.netcrucible.com/

Mike Kay

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Saverio
> Niccolini
> Sent: 04 June 2001 13:09
> To: xsl mailing list
> Subject: [xsl]: How to use boolean() function
>
>
> 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
>


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


Current Thread