XML - XSLT - Internet Explore Related

  • Thread starter Thread starter Ben
  • Start date Start date
B

Ben

Hi all,

My software requires Internet Explore 6 to view some XML Data directly with
XSLT Template.

Do you know if Internet Explore 6 is free to re-distribute with software.

If yes, how to get Internet Explore 6 redistribution package?

The other option, does VB.NET support any component to build kind of browser
to view XML with XSLT Template?

Or if you know any solution to view XML data directly with XSLT template ?

Thank you,

Ben
 
Are you kidding? VB.NET is pretty much ALL XML based, down to some of the
coding. (Ahem, Attributes for example, if anyone cares to doubt me. =))

So yes, in the System.XML.XSL namespace they have tools for doing XML
transformation within VB.NET, you just use the System.Xml.Xsl.XslTransform
class

And its INCREDIBLY simple to use...

Hope it helps

CJ
 
Back
Top