Re: XSLT in VB.Net
From: Oleg Tkachenko [MVP] (oleg_at_NO!SPAM!PLEASEtkachenko.com)
Date: 07/11/04
- Previous message: Oleg Tkachenko [MVP]: "Re: MSXML3.0 in ASP.Net"
- In reply to: Ram: "XSLT in VB.Net"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 11 Jul 2004 11:13:40 +0200
Ram wrote:
> I am new to XSLT. AS I was browsing msdn.com for XSLT I found a an example for this. So, I tried to transform XML is DOM in VB.Net. But I am getting the following errors. Please help me.
The example you've found is not really suitable for VB.NET. That's
rather unusual to use MSXML under .NET. You better use native .NET XSLT
implementation - XslTransform class. See
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconXSLTTransformationsWithXslTransformClass.asp
-- Oleg Tkachenko [XML MVP] http://blog.tkachenko.com
- Previous message: Oleg Tkachenko [MVP]: "Re: MSXML3.0 in ASP.Net"
- In reply to: Ram: "XSLT in VB.Net"
- Messages sorted by: [ date ] [ thread ]