My objective is to parse a buffer containing xml records that were translate by Xalan transformer, by an XML Parser (Xerces ?), validate using a schema (file), and produce a DOM; return DOM to another buffer or written out to file. The language used is C++.
What is the most straightforward way of accomplishing this? Can anyone give a suggestion or, possibly, an example? Thank you very much in advance. John -- View this message in context: http://www.nabble.com/creating-a-DOM-from-XML-buffer-tp19866165p19866165.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
