};
+//* special indentation value for wxXmlDocument::Save
+#define wxXML_NO_INDENTATION (-1)
+
+//* flags for wxXmlDocument::Load
+enum wxXmlDocumentLoadFlag
+{
+ wxXMLDOC_NONE,
+ wxXMLDOC_KEEP_WHITESPACE_NODES
+};
+
+
/**
@class wxXmlDocument
any prologue nodes, but IsOk() will return @false since the root entity
will be missing.
- Note that the caller is reponsible for deleting the returned node in order
+ Note that the caller is responsible for deleting the returned node in order
to avoid memory leaks.
*/
wxXmlNode* DetachRoot();