Share via


Output from saveDOMsmart Example

 

The saveDOMsmart 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.

XML DOM loaded from app:  
<r>  
        <t>top</t>  
        <b>bottom</b>  
</r>  
  
XML DOM saved to myData.xml.  

The next topic in this tutorial demonstrates how to use DOM to perform XSLT.