Take a look at the MemParse sample, which uses a MemBufInputSource to parse an in-memory document.
-----Original Message----- From: Dan Arcari [mailto:[EMAIL PROTECTED] Sent: Monday, May 12, 2008 2:05 PM To: [email protected] Subject: Using MemBufInputSource with DOM parser Hello, We have a library written on top of Xerces-c which uses DOM parsing of file-based XML. We would like to be able to send a MemBufInputSource (or derivation) via our library to xerces so we can parse XML which does not reside in a file. Is this possible, and could anyone share some examples or advice on how to go about this? Thanks
