[Mono-bugs] [Bug 487065] XslCompiledTransform does not call extension method

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Apr 15 05:00:45 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=487065

User atsushi at ximian.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=487065#c4


Atsushi Enomoto <atsushi at ximian.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #4 from Atsushi Enomoto <atsushi at ximian.com>  2009-04-15 03:00:44 MDT ---
Thanks a lot for the simplified test, it helped a lot. Fixed in svn (r131738).
Sadly this bugfix resulted in another significant performance regression. It
was *not* about missing call to extensions but about optimizing
for-each/@select evaluation for *empty* content. When the content is empty, the
entire for-each pattern should not have to be evaluated, but .NET does, and
your code depends on it. I don't think such implementation-dependent code is
very good, but the fix is in svn anyways.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list