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

Using preceding-sibling::node()

Subject: Using preceding-sibling::node()
From: Dilip Sundarraj <dilip@xxxxxxxxxx>
Date: Mon, 1 Nov 2004 11:28:23 -0800 (PST)
preceding sibling node
Hi,

I'm fairly new to XML and I'm trying to modify my query so that it fetches the preceding sibling to
the originally requested node if the originally requested node does not exist.
For example:
if my original query was something like
 child::data[attribute::id = 'archive'][@id='archive']/child::timestamp[attribute::time = '1099119599']

and if the node with that particular timestamp is not present in the XML document I'd like to modify my query
in such a way that it fetches the node that has a timestamp < 1099119599.

I understand if I change my query to
child::data[attribute::id = 'archive'][@id='archive']/child::timestamp[attribute::time < '1099119599']
then all the nodes with timestamp < 1099119599 get returned

Any help would be sincerely appreciated. Thanks

-Dilip

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.