> I debugged into the Xerces library code (compiled with the src) and
> found out that the problem is that my in-memory XML is too big! It was
> actually small, only about 20K something, but the XMLReader that Xerces
> library creates for me has a fCharBuf of constant size 16*1024, and when
> I created a MemBufInputSource for the in-memory XML then passed it to
> the parser,  the getNextChar(...) get the FFFE after exceeds the limit
> 16*1024. Seems like it's a bug in the xerces code, but as I said, I am
> using version 1.7, anyone know if this is fixed in latest version?

Yes, it is.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to