Hi all,
My question is if you have a mal-formed XML record. Throwing a fatal
exception is there any way to continue parsing the rest of the document?
example:
<Record1> data </Record1>
<Record2> data </Record2>
<Record3> data </doesntMatch>
<Record4> data </Record4>
>From what I've read and the error handler that i've implemented it seems
that parsing can not continue. However if you have a bulk data load of
100K+ records and only have one record that is invalid it would be nice if
you could somehow recover from this. I've tried implementing an
ErrorHandler to handle this but parsing seems to stop regardless. Is there
some way to get around this?
thx
Carl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]