Re: XSLT in VB.Net

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Oleg Tkachenko [MVP] (oleg_at_NO!SPAM!PLEASEtkachenko.com)
Date: 07/11/04

  • Next message: RM: "Re: ReadXML giving different results on different PCs"
    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
    

  • Next message: RM: "Re: ReadXML giving different results on different PCs"