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

RE: possible value-of return values

Subject: RE: possible value-of return values
From: "alex reuter" <areuter@xxxxxxxxxxxxxxxx>
Date: Tue, 31 Jul 2001 10:42:12 -0400
possible value
Thanks for all your help folks.  I know this may not be the list for this
question, but would anyone know how to programmatically test for the same
set of conditions?  Thanks. alex

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Michael Kay
Sent: Monday, July 30, 2001 6:42 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE:  possible value-of return values


> Given the following XML document:
> <root>
> <user name="Alex" password="Elephant" color=""/>
> <user name="Reuter" password="Rhino"/>
> </root>
> I was wondering if anyone knew the distinction in return
> values between:
> <xsl:value-of select="/root/user[@name='Alex']/@color"/>
> And
> <xsl:value-of select="/root/user[@name='Reuter']/@color"/>
>
They are both empty strings.

> My guess is they would both be null, but I need to execute logic which
> hinges on whether the attribute exists and has a null value
> OR whether it exists at all.
>
You can test whether the attribute exists:

xsl:if test="/root/user[@name='Alex']/@color"

Mike Kay
Software AG

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


 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.