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
