This guide is intended for TPF application programmers who already
understand some general TPF programming concepts, and who will be programming
in C++ language to access XML data. Users of this guide are expected to
be C/C++ programmers who have some familiarity with TPF and a markup language
such as HTML or BookMaster.
This guide contains the following:
- Get Started With The Basics
- Learn how XML can be beneficial in the process of programming TPF
applications.
- Read detailed information about XML support on TPF.
- Find additional resources for learning the XML language.
- Understand How To Use The Parser on TPF
- Learn details about using XML data when programming applications on TPF
that access XML data.
- Learn about the DOM and SAX specifications.
- Understand validation.
- Apply What You Have Learned Through Examples
- Take an online tutorial that walks you through the development of a sample
TPF application that interacts with XML data.
- Experiment with sample programs that came with the ported XML4C
code.
- Clarify and Research More XML Information in Supplements
- Understand terminology used throughout the guide.
- Read Migration Information for XML4C parser 3.5.1 (APAR
PJ28176).
- Find out where you can learn more about XML and all of its
components.
- Open the documentation that came with the ported XML4C code.