The xmlWriter
operates rather simply, doing exactly what you
tell it to. It's similar to printing XML manually, except there are
functions for automatically doing XML related things such as
starting/ending elements, attributes, comments, etc.
See the sample xmlWriter01_Example
for examples of using
the xmlWriter
interface.