[Mono-list] - XslCompiledTransform.Load missing overloads

Daniel Hughes trampster at gmail.com
Thu Sep 24 01:50:41 EDT 2009


XslCompiledTransform.Load appears to only have 6 overloads where as .net has
8. The two missing overloads are for loading an already compiled transform
from a type. These are the overloads I need. When I started investigating
this I also recognized that the transform on mono appears to be a lot slow
then it should be.....

I have a horrible thought that XslCompiledTransfrom in mono is just a
wrapper for XslTransfrom and so it not compiled at all... so none of the
speed improvement are available.

Please tell me this is not the case and that I am just doing something
wrong. XslCompiledTransfrom is a .net 2.0 libary I had heard that mono had a
complete implementation of .net 2.0.

Cheers,
Daniel Hughes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20090924/39cb71b6/attachment.html 


More information about the Mono-list mailing list