#101 <!-- Comments --> support
Status: closed
Labels: None
Priority: 5
Updated: 2013-10-11
Created: 2006-11-06
Private: No
Let HTMLParser handler comment sections - let
HTMLParser.HtmlUnitDOMBuilder implement the
LexicalHandler interface.
I have implemented the LexicalHandler interface in
HTMLParser.HtmlUnitDOMBuilder, created the DomComment
class and a junit test class for it.
My LexicalHandler implementation handles comments only,
CDATA sections, Entities and DTDs are ignored. Is this
enough for code submit ? Should I attach the patches ?
I think it's better to have something (comments
support) than nothing.