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]

: 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


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