[Htmlparser-developer] table tag does not break flow?
Brought to you by:
derrickoswald
From: Leos L. <lit...@ce...> - 2008-10-07 19:30:23
|
Hi, I use htmlparser 2 and it is a great tool. I use it to protect the text entered by users in my website www.abclinuxu.cz (allowed tags, attributes, basic XSS) and for simple transformations. I plan to unify these use cases in HtmlPurifier library. It is a pity, that it is not actively developed, because many users would worry to start using it. When I am seeking for a new library, this is my standard policy. Well, my question is why TABLE tag is not in Hashtable breakTags in TagNode.java? It is a block element. I also miss there TBODY, THEAD and TFOOT tags. Leos |