[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Re: [exslt] Re: [xsl] Importing compiled stylesheets
Subject: Re: [xsl] Re: [exslt] Re: [xsl] Importing compiled stylesheets
From: Oleg Tkachenko <oleg@xxxxxxxxxxxxx>
Date: Tue, 14 Jun 2005 11:33:54 +0200
|
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
|