Re: [xsl] XSL and XML Help

Subject: Re: [xsl] XSL and XML Help
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 17 Oct 2006 18:00:11 +0100
> as a function would seem to cross the line 
> from tree transformation (building result trees) to data processing 
> (returning values) ... why not use an xsl:call-template?

'cause if you define a named template rather than a function, you can't
use the resulting thingy in an XPath select attribute (xsl:sort
anyone...)

David

Current Thread