xsl-list
[Top] [All Lists]

Re: Can a named template return a node list?

2005-06-16 14:34:42

Thanks.  I want to use a named template to avoid putting certain XPath
statements in multiple locations.  Maybe there is a better way.


Yes use a variable with select. (almost as I showed, but with an extra
/* as shown by Dimitre.

Since I don't think there is a pure XSL solution I have been trying with
node-set, but that's not working for me either. 

if you use a select attribute then you get a node set, if you do not
then you generate a result tree fragment and a) have to use an extension
function to generate a node set and b) it's _much_ more expensive as all
the nodes have to be copied which is an expensive operation.

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>
--~--