Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The saveDOM project outputs a file, myData.xml, in the project's main directory. In addition to this file, this application produces the following output in a console window.
The next topic in this tutorial demonstrates how to use DOM to perform XSLT.
To test the saveDOM example
- Verify that you get the following output:
 
Output
XML DOM loaded from app:  
<r>  
        <t>top</t>  
        <b>bottom</b>  
</r>  
  
XML DOM saved to myData.xml.