Subject: Re: Selecting all ancestors
From: Juan Carlos Gonzalez <jcgonz@xxxxxxxxx>
Date: Tue, 15 Oct 2002 13:55:14 -0700 (PDT)
|
I'm trying to select the ancestors for the specific
catid using the SelectSingleNode method.
I have tried ancestor::cat specifiying the value of
the attribute but it only returns one node depending
on how many cat's level I include in my XPath.
This tree is dynamic and it can have multiple levels
Thanks again
--- Jeni Tennison <jeni@xxxxxxxxxxxxxxxx> wrote:
> Hi Juan,
>
> > Based on the following tree, I want to select all
> the parents for an
> > specific catid. I.e for catid="3" I should select
> id's 1 and 2. This
> > tree coul have different levels.
>
> Try using the ancestor axis. For example:
>
> ancestor::cat
>
> would select all <cat> elements that are ancestors
> of the context
> node.
>
> Cheers,
>
> Jeni
>
> ---
> Jeni Tennison
> http://www.jenitennison.com/
>
__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|