Hi Nick, At 16.24 20/12/2006 +0000, Nick Warrington wrote:
Hi AllI have written some C++ code that loads an XML file using Xerces DOM from an XML file and does some stuff with it. I would like to be able to do the same thing but from a string instead of a file. How on earth do I do it? This seems to me like a lame question. However, I can't find any examples or documentation that describe how to do this.
Look at the MemParse sample...Alberto
