Hey All,
I'd like to create a single parser instance, and then reuse it to
parse a few thousand small XML files over and over (the xmlconf test
suite).
The problem happens when I parse a file that causes an error. When I
try to parse the next file, it seems that the previous parse left the
parser in a bad state:
Received XMLException without handler
Exception thrown in file: 'SAXParser.cpp'
At line: '385'
Exception message is:
Parse may not be called while parsing
DOM seems to have a reset() method, but not SAX. When I try calling
DOM::reset(), or IDOM, I get an abort because it calls a pure virtual
method.
Any suggestions appreciated.
jas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]