Re: [xsl] .NET 4.0 XslCompiledTransform doesn't support forwards-compatible processing

Subject: Re: [xsl] .NET 4.0 XslCompiledTransform doesn't support forwards-compatible processing
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Sun, 16 May 2010 16:22:16 +0200
Martin Honnen wrote:
Max Toro wrote:
I can understand they are not implementing new features, but to make
it less conformant it's just sad. XslCompiledTransform supports
forwards-compatible processing on .NET 2.0-3.5, but not on 4.0 .

That looks as if the implementation of XslCompiledTransform at some point was changed to prepare support (of parts) of XSLT 2.0 but then they forgot to remove those changes when deciding to release .NET 4.0 without any XSLT 2.0 support.

Also when you use version="2.1" then your xsl:bar is (correctly) ignored.

--

	Martin Honnen
	http://msmvps.com/blogs/martin_honnen/

Current Thread