anishnevich
anishnevich

Reputation: 1

SaxParser doesn't throw exception

i have html file, which is parsed with SaxParser without any exception i use nonValidating parser. And i couldn't understand why there aren't any exception. What it can be?

Upvotes: 0

Views: 93

Answers (1)

Aaron Digulla
Aaron Digulla

Reputation: 328770

Hard to say. Maybe the file is valid XML or you're parsing not the file that you expect or some part of the code swallows the exception.

Upvotes: 0

Related Questions