Message 1 of 4
Changing from a .txt file to an XML file.

Not applicable
09-22-2003
02:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We have a program that reads an ASCII text file and generates a drawing from the info found in the Text file. The program that cretes the text file, is being changed to produce an XML file. I am thinking of using VBA to read the XML file and Assign values to LISP variables. I believe there may be built in Visual Basic routines that can read XML files? IS this correct? The LISP program that actually generates the drawing is about 20,000 lines and will not be affected, therefore I do not want to re-write in VBA. I only want to use VBA to read the XML files and assign values to LISP vars. Any suggestions on this?