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
_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list