Re: [xsl] Selecting all ancestors

Subject: Re: [xsl] Selecting all ancestors
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Tue, 15 Oct 2002 21:41:35 +0100
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


Current Thread