Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 13,996 times

Downloads

Related Categories

XBrowse

jpapejr

XBrowse is a small application that allows the user to view and edit XML files as well as extract XSD schema files from the XML document. It is overall a pretty simple program that is based off of a code snippet in the VS.Net IDE.

Comments

  • Re: [3444] XBrowse

    Posted by measter on 02 Jul 2008

    I modified the code to accept an XML string instead of opening a file.


     


    Public Message As String


    Public Sub LoadXML()


    Dim d As New DataSet() 'D...