Output

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - DOM Developer's Guide

Output

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.

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.