Hi Larry, have a look at the MemParse example. Alberto
Il 31/10/2012 21:09, Larry Lindstrom ha scritto:
Hi Folks: XercesDOMParser's parse() seems to require a file name for an argument. I want to parse XML extracted from in an SQL blob. I'm currently extracting the XML into an std::string. I can convert it to an std::wstring or feed it to a stream. How do I parse XML that's in memory, and not in a file? Thanks Larry