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.
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...