Instead of parsing from a file, parse from a MemBufInputSource. There's
a an overloade parse() which accepts InputSources, and that's obviously
where your MemBufInputSource goes ;)
Hope that helps,
Cheers,
Uwe
fatboyjim fatboyjim100-at-hotmail.com |xerces-c-users mailing list|
schrieb:
I have seen this question posted many times around the internet, but there is
never an answer for it
I am able to parse an actual XML file, but what about a string?
parser->parseURI("File.xml");
parser->parse("<?xml version="1.0"?><Blah blah>...") ?
Thanks
Jim
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|