[Mono-list] - XslCompiledTransform.Load missing overloads

Atsushi Eno atsushieno at veritas-vos-liberabit.com
Thu Sep 24 05:40:24 EDT 2009


NET XslCompiledTransform has horrible design choice that there is *no* 
public API
exposed to make compiled XSLT implementable. There is no choice for us 
to implement
it at least from public documentation. We won't support it beyond any 
wrapper.

(I feel almost no need to add this comment, but: loading stylesheet by 
compiled type is
newer stuff than we have finished 2.0 API. Besides/anyways I don't 
really care about tiny,
cosmetic, minor API missings like other API lands.)

Atsushi Eno

On 2009/09/24 14:50, Daniel Hughes wrote:
> 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  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>    



More information about the Mono-list mailing list