I am new to using the Xerces-C parser(or any other parser) and I have a question. Is there a method to take DOM document and return the XML source of the document and all of the nodes that it contains into some sort of variable? From what I can find in the source this is something I will have to do myself. Is there something I have overlooked?
Thanks in Advance!
