[MonoTouch] XslCompiledTransform

Jb Evain jb at nurv.fr
Mon Nov 9 03:26:28 EST 2009


Hey Bryan,

On 11/9/09, bryan costanich <b at wowzer.net> wrote:
>  I can’t seem to find System.Xsl.XslCompiledTransform in
> monotouch. XslTransform is there, however.  Has it not made it’s way into
> the MT world?

As its name suggests, XslCompiledTransform generates code to perform
the xslt transformation, and that's would not be possible on
MonoTouch.

Also Mono's XslCompiledTransform is simply a wrapper over XslTranform.
So maybe we could include it anyway, to help porting code, but it
won't actually compile the transformation.

-- 
Jb Evain  <jb at nurv.fr>


More information about the MonoTouch mailing list