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

RE: xpath question

Subject: RE: xpath question
From: Brian Dupras <briand@xxxxxxxxxxx>
Date: Mon, 28 Feb 2000 17:58:38 -0700
xpath attr
What I need is the node to be included if and only if the pp:attr is present
*and* has a non-empty value.

Three cases:
<ns:elem/> (don't want a match)
<ns:elem ns:attr=''/> (don't want a match)
<ns:elem ns:arrt='something'/> (DO want a match)

It sounds like I'm on the right track.

Thanks

Brian

> -----Original Message-----
> From: David Carlisle [mailto:davidc@xxxxxxxxx]
> Sent: Monday, February 28, 2000 6:23 PM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: Re: xpath question
> 
> 
> 
> >   Is this the syntax I'd want?
> 
> it depends what you want,
> 
> [@ns:attr != ''] is true if the string value of ns:attr is not empty.
>  That is it is true as long as a non empty value is specified.
>  note if the element had   ns:attr="" the test would be false.
> 
> you might want
> 
> [not(@ns:attr)] which is true if there is no ns:atrr even if it is
> specified but empty.
> 
> David
> 
> 
>  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.