xsl-list
[Top] [All Lists]

[xsl] Re: First public working draft of XSLT 2.1

2010-05-15 00:06:40
I think, that the new xsl:evaluate instruction is the most harmful addition, as it either rules out the idea of compilation of xslt in native/IL/other language
code, or demands for interpreter or compiler to be available at
stylesheet execution time.

This makes execution environment much more heavier than necessary.

But probably the worst effect will be from developers who will widely
practice the "easiest" way to achieve desired effect with dynamic xpath.

On the other hand indirect function calls introduced in xpath 2.1 give
enough power to model dynamic flexibility, if required.
--
Vladimir Nesterovsky
http://www.nesterovsky-bros.com/




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