This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: : How to use boolean() function


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@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]