Hi, Coker, Jonathan M wrote:
xmlBuffer = new XMLByte[strlen(xmlString)];
memcpy(xmlBuffer,xmlString, strlen(xmlString));
MemBufInputSource* inputSource = new
MemBufInputSource(xmlBuffer,512,sourceName);
^^^ strlen(xmlString) instead of 512
Good luck !
Vitaly
