Reputation: 1
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
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