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