Hi All,
I am using MemBufInputSource for reading a XML string and parsing the same.
There are no issues at all here, and the program is working well.
I have a question on the size of the input buffer (xml_str in this case):
What is the limiting size (in bytes, of course) of the input buffer, or does
it depend on other factors, like memory, for example?
Regards, Ambarish.
string xml_str("--MY XML DATA--"); // Actual XML data passed in
the constructor (for testing).
const char* memBufId = "IDXML";
MemBufInputSource memBufIS((const XMLByte*)xml_str.c_str(),
xml_str.length(), memBufId, false);
DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the
property of Persistent Systems Ltd. It is intended only for the use of the
individual or entity to which it is addressed. If you are not the intended
recipient, you are not authorized to read, retain, copy, print, distribute or
use this message. If you have received this communication in error, please
notify the sender and delete all copies of this message. Persistent Systems
Ltd. does not accept any liability for virus infected mails.