Is there anyway I could get the context of an error if it happens. Currently I get the 
line/column no where the error happened. I have a case where there are invalid 
characters(for that encoding) in a file. I would like to skip and continue parsing the 
file. 
  My question is how effective would be continuing the scan. Is the parser written to 
recover from a previous failure.
For eg. <TEST> BAD-DATA </TEST>. Is there anyway I could ignore the invalid characters 
for TEST tag while parsing. If I do would the scanner be able to recover from this 
failure and understand </TEST> is the end tag.
 My need is if there is a way to skip bad character content and continue parsing.

Thanks
Kiran

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

Reply via email to