[MonoTouch] XslCompiledTransform

bryan costanich b at wowzer.net
Mon Nov 9 12:47:39 EST 2009


code compatibility is really all i care about, since XslTransform is deprecated in .net, i have XslCompiledTransform code that i want to port. i re-wrote it for mono using XslTransform, but XslCompiledTransform.Transform has cleaner methods.


On 11/9/09 12:26 AM, "Jb Evain" <jb at nurv.fr> wrote:

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>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monotouch/attachments/20091109/1038f01f/attachment.html 


More information about the MonoTouch mailing list