Re: [xsl] templates as functions that return a context?

Subject: Re: [xsl] templates as functions that return a context?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 24 Feb 2006 17:21:26 GMT
As far as I can see you need the name attribute of the nearest ancestor
rng:element or rng:attribute element.

You don't need to use a recursive template in an rtf for that, just
something like

select="(ancestor::rng:element|ancestor::rng:attribute)[last()]/@name"

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