Ben Robb wrote:
The .NET 1.1 XSLT processor also produces compiled stylesheets for XSLT
1.0
It's not so compiled, at least in common "compilation" sense. New XSLT
processor in .NET 2.0 is truly compiling though - it compiles XSLT into
MSIL assembly, just like C# or VB.NET compilers do. But the assembly is
a dynamic one and cannot be persisted, at least in .NET 2.0 Beta2.
--
Oleg Tkachenko
http://blog.tkachenko.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>
--~--