[Mono-devel-list] Removing unmanaged xslt support (was: TARGET_JVM in Multiplexer.cs)
Ben Maurer
bmaurer at ximian.com
Sun Apr 3 12:01:41 EDT 2005
Hello,
On Sun, 2005-04-03 at 11:09 +0200, Andrew Skiba wrote:
> +#if TARGET_JVM
> public XslTransform ()
> {
> + impl = new ManagedXslTransform ();
> + }
> +#else
> + public XslTransform ()
> + {
> if (Environment.GetEnvironmentVariable ("MONO_UNMANAGED_XSLT") == null)
> impl = new ManagedXslTransform ();
> else
> impl = new UnmanagedXslTransform ();
> }
> +#endif
I think it is high time we eliminated support for unmanaged xslt
transformations.
The managed xslt code is nearing its second birthday and has proved
itself to be quite stable.
-- Ben
More information about the Mono-devel-list
mailing list