How do I use the XmlDocument interface?
The XmlDocument interface is used by DirXML to encapsulate an XML document so as to hide the underlying document representation. For example, your driver might find it most useful to receive the XML document as a series of SAX events. The XmlDocument interface allows your driver to do this regardless of the underlying document representation.