To process XML data serialized as an XML file on the file system, you use the load
method on an XML DOM object, supplying the file path as the input.
This tutorial uses or creates the following files:
File | Description |
---|---|
Source: LoadXMLFile.frm | Visual Basic source code. |
Resource: test.xml | External XML file to be loaded into DOM. |
Output | Output from the application. |
To create the LoadXMLFile Visual Basic Project
Next, we'll add the source code for the LoadXMLFile project.