What XSLT processor are you using, and what does the declaration of
variable $demoValue look like?
What is the nature of the failure on Unix?
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Laura
> Sent: 19 November 2002 17:33
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: unix problems
>
>
> Hello People,
> I had already posted this problem before, but this time i
> see it is behaving all the more strange.
>
> Xsl Variable declaration like...
>
> <xsl:variable name="isCorrectValue">
> <xsl:if test="not(string-length($demoValue/value = 'valid')=0)">
> <xsl:text>yes</xsl:text>
> </xsl:if>
> </xsl:variable>
> Works fine with Win2k but fails in UNIX.
> Can anyone please help me.This is recurring problem of concern Thanks
>
>
>
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|