You might often need to persist a DOM object so that you can reuse it later, or to save the XML object that is output from an XSLT transformation. To do this, you can call the save
method on the DOM object.
This tutorial uses or creates the following files:
File | Description |
---|---|
Source: SaveDOMToFile.frm | Visual Basic source code. |
Output | Output from the application. |
To create the SaveDOMToFile Visual Basic Project
Next, we'll add the source code for this project.