Hi, Can somebody please explain to me in some detail what I should do if I want to serialise a xercesc::DOMDocument, with the xml-output going to some memory buffer, then parse that xml buffer and validate it against a given schema?
I read that the parser (XercesDOMParser or SAXParser) have a parse method "parse( const InputSource&)" method, and that there is a MemBufInputSource derivate class of InputSource, but how do I create an approppriate instance from a DOMDocument? Your help is greatly appreciated. Bertwim
