Functions



ParseXMLDocument

XML_Error ParseXMLDocument(LStream &stream, CXMLDocument &outDocument);

create a parse tree of an XML document

Parameters

NameDescription
streama PowerPlant LStream to parse
outDocumenta reference to an CXMLDocument object to receive the parsed XML document instance
Result: an XML_Error enum, see expat's header xmlparse.h

© 1999-2000, Thomas Bednarz, Jr. — (Last Updated 7/16/2000)