xsl-list
[Top] [All Lists]

Re: Selecting all ancestors

2002-10-15 13:41:35
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/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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