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
> 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