Re: [xsl] Re: Re: [xsl] Importing compiled stylesheets
"Oleg Tkachenko" <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions,gmane.text.xml.xsl.general.mulberrytech |
|---|---|
| Organization | Multiconn Technologies |
| Message-ID | <[email protected]> |
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:[email protected]> --~--