XML Parser Written Entirely in VB
Category:
ASP, HTML and XMLType:
ApplicationsDifficulty:
IntermediateAuthor:
Jason ThornVersion Compatibility: Visual Basic 5
More information:
If you don't want the overhead of installing the MsXml redistributable, you can incorporate this component into your code to allow you fundamental XML parsing capabilities. A client XML browser which makes use of the component is included. Comments or questions, mail to j_thorn@hotmail.com.
(FreeVBCode.com's notes): The parser does not currently work with xml files beginning with the standard header "?xml version='1.x?", but it should not be that difficult to modify the code to recognize this header if you so choose. We've added a sample .xml file to the package, the same one used at Display XML File Contents on a TreeView Control example.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download vbxml.zip