Discussion:
[mono-vb] XslCompiledTransform
tharpa
2012-08-22 16:38:57 UTC
Permalink
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.

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.
Rolf Bjarne Kvinge
2012-09-03 13:13:22 UTC
Permalink
Hi,
Post by tharpa
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
Post by tharpa
Thanks.
--
http://mono.1490590.n4.nabble.com/XslCompiledTransform-tp4656351.html
Sent from the Mono - VB mailing list archive at Nabble.com.
_______________________________________________
Mono-vb mailing list
http://lists.ximian.com/mailman/listinfo/mono-vb
Loading...