xsl-list
[Top] [All Lists]

Re: multiple if and expression

2002-10-01 09:40:05
thomas wrote:

Im struggling with the multiple if expression.
<xsl:if test="not(@da = '') 'and' not(@dada = '') 'and' not(@dadada = '')">
proceed
</xsl:if>
Be simple:
<xsl:if test="not(@da = '') and not(@dada = '') and not(@dadada = '')">

--
Oleg Tkachenko
Multiconn International, Israel


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



<Prev in Thread] Current Thread [Next in Thread>