soulcutter / saxerator

A SAX-based XML parser for parsing large files into manageable chunks
MIT License
128 stars 19 forks source link

How to ignore encoding error? #32

Closed ZuevEvgenii closed 8 years ago

ZuevEvgenii commented 8 years ago

For example I have such error:

error on line 1890 at column 14: Encoding error

It is undefined symbol.

How can I replace it to blank, ignore it or go to next tag?

soulcutter commented 8 years ago

Can you give the stack trace?

soulcutter commented 8 years ago

Closing without resolution - I suspect it's an issue at the nokogiri level, but am not sure how to reproduce this.