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]
Other format: [Raw text]

Re: multiple if and expression


thomas wrote:
Hello
Im struggling with the multiple if expression.
<xsl:if test="not(@da = '') 'and' not(@dada = '') 'and' not(@dadada = '')">
proceed
</xsl:if>
Where did you find that it has to be 'and' instead of simply and??

<xsl:if test="not(@da = '') and not(@dada = '') and not(@dadada ='')">

I found something on
http://www.w3.org/TR/xpath#NT-AndExpr

Or do I have to do nested xsl:if?

thanx
loebek
Regards,

Joerg


--

System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
joerg.heinicke@virbus.de
www.virbus.de

VIRBUS hat jetzt als erster deutscher Softwarehersteller die
Zertifizierung für den 3D Secure-Authentifizierungsstandard "Verified by
Visa" erhalten.


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]