XML File Editor using MS-SAX Interface
Category:
ASP, HTML and XMLType:
ApplicationsDifficulty:
IntermediateAuthor:
AnonymousVersion Compatibility: Visual Basic 6
More information:
This application uses the MS-SAX interface (MSXML.DLL) to parse an XML file. It doesn't use the DOM to store this information, but my own version - for no real reason. I thought it might be good as an example of MS SAX, recursive functions and subroutines and more.
It writes the file using standard Open and print # functions.
Fully commented.
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 xmledit.zip