XML on TPF: A Short Tutorial Page 7 of 14
Write the Sample Applications
DOM and SAX handle XML data very differently, so we have included two sample applications: one that uses the DOM API and one
that uses the SAX API.
XML on TPF requires the application to be written in C++ language. One C++ program is called domxml.cpp and the
other saxxml.cpp. To help you understand the code, comments are used throughout each program to explain
what each API is doing.