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

Re: Select on Text Node, XML Out of Ancestors

Subject: Re: Select on Text Node, XML Out of Ancestors
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 1 Nov 1999 15:11:30 GMT
select all text node
> I'm looking to select (ultimately extract) all the records with subfield
> 0039-310X,

> all I want it to do is go find 0039-310X and then
> simply walk back up 

If I understand you right, you don't want to go down and walk back up,
you can stop at the right place without all that going up and down.

To select all the record elements which have a grandchild called
subfield with text value 0039-310X

you can do

select="record[data-field/subfield = '0039-310X']"

David

>> bash-2.01$
> I'm not sure I know what "bash" is.
In the context there, all the text up to the $ is just the prompt on my
command line. (bash is the bourne again shell, a command line `shell'
for unix)

David


 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.