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

Re: how can check whether an attribute exists or not?

Subject: Re: how can check whether an attribute exists or not?
From: "frank Stein" <freeposte@xxxxxxxxxxx>
Date: Wed, 31 Jan 2001 07:55:00
xml attribute exists
Hi,
you can test the href XML element attribute existence by using

<xsl:choose>
<xsl:when test="@href">
 ...
</xsl:when>
<xsl:otherwise>
...
<xsl:otherwise>

----- Original Message -----
From: "Rosa I-Ting Cheng" <Rosa@xxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, January 31, 2001 4:44 PM
Subject:  how can check whether an attribute exists or not?


> Can anyone please tell me how to test whether an attribute exists? Cos I
> want to test it in a 'when' tags
> <xsl:choose>
> <xsl:when test="@href=''">
> ....
> </xsl:when>
> <xsl:otherwise>
> ....
> </xsl:otherwise>
> </xsl:choose>
> And in the XML some tags have the atribute href where as some don't.
> and what i did above didn't work if I didn't have the attribute href="" in
> the XML for the tags that doesn't have the href value.
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>



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



_________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at 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.