The HtmlParser ignores <menu> tags, resulting in invalid XHTML
--------------------------------------------------------------
Key: TIKA-297
URL: https://issues.apache.org/jira/browse/TIKA-297
Project: Tika
Issue Type: Bug
Affects Versions: 0.4
Reporter: Ken Krugler
Priority: Minor
Currently the HtmlParser ignores the <menu> tag, but that then results in
invalid XHTML being output. E.g.
<menu>
<li>a</li>
</menu>
ouputs just
<li>a</li>
I'm assuming <menu> should get mapped to a <ul> tag
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.