xsl-list
[Top] [All Lists]

Re: namespace aware template matching

2005-10-27 01:48:02
David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> wrote on 27/10/2005 09:41:01:


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]]"

thanks David, much appreciated...
is this effectivly the same as saying:?

 
match="ns:id/ancestor::ns:article[position()=1]/ancestor::ns:root[position()=1]"

if so, is one any better/faster than the other?, or are they completely 
different somehow?


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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



-- 
Tom Kirkpatrick
Web Developer - Virus Bulletin

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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