xsl-list
[Top] [All Lists]

Re: Selecting all ancestors

2002-10-15 13:55:14
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(_at_)jenitennison(_dot_)com> 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



<Prev in Thread] Current Thread [Next in Thread>