[mono-vb] XslCompiledTransform

Rolf Bjarne Kvinge rolf at xamarin.com
Mon Sep 3 13:13:22 UTC 2012


Hi,

On Wed, Aug 22, 2012 at 6:38 PM, tharpa <v4ptx3t4jb at snkmail.com> wrote:

> I am wondering if Mono can be used in the following way.
>
> I actually use VS.  We're updating a program from 1.1 to 4.0.
> XslTransform
> has been deprecated in favor of XslCompiledTransform.  I am having troubles
> getting XslCompiledTransform to work for us exactly like XSLTransform.  I
> have wondered if there is any way I can substitute Mono's version of
> XslCompiledTransform in my VS VB.Net project, so that if I have problems I
> can step through the Mono version of the source code.  I have tried opening
> the solution in MonoDevelop but MonoDevelop does not support VB.Net 4.0.
>

You can do the reverse: create a new C# project and add the sources for
XslCompiledTransform there, and then use that class instead of the system
one. Then you can debug using Visual Studio.

Rolf


>
> Thanks.
>
>
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/XslCompiledTransform-tp4656351.html
> Sent from the Mono - VB mailing list archive at Nabble.com.
> _______________________________________________
> Mono-vb mailing list
> Mono-vb at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-vb
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-vb/attachments/20120903/f3e02f0c/attachment.html>


More information about the Mono-vb mailing list