xsl-list
[Top] [All Lists]

Re: [xsl] How smart are the XSLT processors? Are there any XSLT processors that convert tree-recursive functions into efficient iterative procedures?

2010-04-28 17:21:15
David Carlisle wrote:

  Hi,

You are making it pretty inefficient in any case by using
value-of (or relying on your xslt engine to optimise this away)
by using value-of you are asking for a document node with a
text node child

  I didn't follow the whole discussion in details, so I probably
missed something, but why do you say "by using value-of you are
asking for a document node"?  I thought it just created one text
node.

  Regards,

-- 
Florent Georges
http://fgeorges.org/






















      


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