[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] namespace aware template matching


Subject: Re: [xsl] namespace aware template matching
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 27 Oct 2005 09:41:01 +0100

> How can I specify that the ancestor::ns:article element must be the first 
> one we come accross when working up the acnestor chain?

use [1]


match="ns:id[ancestor::ns:*[1][self::ns:article]/ancestor::ns:*[1][self::ns:root]]"

David



________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________


Current Thread