The SAX2 parser is implemented in xercesc/parsers/SAX2XMLReaderImpl.cpp;
it then reuses internal classes like xercesc/internal/SGXMLScanner.cpp,
that in turn uses XMLReader.cpp
Alberto
Il 11/11/13 15:30, Adrian Mcmenamin ha scritto:
On 10 November 2013 19:10, Adrian Mcmenamin <[email protected]> wrote:
On 10 November 2013 15:56, Alberto Massari <[email protected]>wrote:
Which version are you using on which operating system? Also, I guess you
compiled Xerces on a 64 bit system.
This is xerces-c-3.1.1 (downloaded and built in the last few days),
running on a Linux amd64 3.9.3 kernel
Yes, it's all 64 bit
Where can I find the sources for the parser if I want to look at whether
this is an overflow error of some sort (as that is what it appears to be on
first blush)?