unix problems2002-11-19 10:32:50Hello 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
|
|