[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: how to test if attribute=''

Subject: Re: how to test if attribute=''
From: "Vasu Chakkera" <vasucv@xxxxxxxxxxx>
Date: Wed, 03 Jul 2002 09:35:51 +0000
Re:  how to test if attribute=''
your test
<xsl:if test="@whatever !=''"> need not mean what it is intended to mean.
you may try <xsl:if test="not(@whatever ='')">
The above two expressions are not the *same* though it looks logical to assume so.If there is no *whatever* attribute , the first test is false while the second is true.
vasu





From: "Aniceto" <aniceto@xxxxxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: "xsl-list" <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject:  how to test if attribute=''
Date: Wed, 3 Jul 2002 10:50:32 +0200

Hi:
I need to test if an attribute has some text or not
  whatever=''
  whatever='sdfbzf'
<xsl:if test="@whatever !=''"> is not working
whis is the simplest way to test it?
thanks in advance

ani lopez


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




_________________________________________________________________
Join the world?s largest e-mail service with MSN Hotmail. http://www.hotmail.com



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



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.