Re: [Htmlparser-user] scanning / parsing bug?
Brought to you by:
derrickoswald
From: Subramanya S. <sa...@cs...> - 2007-12-11 23:32:34
|
Thank you very much! That fixed it! Is there a list of such flags and what they do? This is the second such flag I had to set in recent times to handle the wild HTML that exists out there. I might as well figure out what they do and set as many as needed right now since I am parsing all kinds of HTML found on the web. -S. > I believe you want to set the static member for strict remark parsing > to false: > org.htmlparser.lexer.Lexer.STRICT_REMARKS = false; > |