xsl-list
[Top] [All Lists]

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

2010-05-16 09:22:42
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/

--~------------------------------------------------------------------
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:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--