I created a DOMDocument just by statement DOM_Document variable1; Then, DOMNodes, DOMElements, Attributes are appened to DOM_Document reading from a char * pointer, using the API cfgdbParseXML(variable1, char *str, length of str) (I guess this is internal function). Now, after using the DOM_Document, I want to clear the DOM_Document, so that, DOM_Document attributes won't be available even in coredump, i.e., if I take the gcore in linux and try to apply "strings" command over that core, it shouldn't give me the attributes. Can you please help me in finding a way to clear the DOM_Document? -- View this message in context: http://www.nabble.com/Clearing-the-DOM-Document-tf3505249.html#a9789237 Sent from the Xerces - C - Users mailing list archive at Nabble.com.
