[jira] Created: (TIKA-297) The HtmlParser ignores <menu> tags, resulting in invalid XHTML

View: New views
2 Messages — Rating Filter:   Alert me  

[jira] Created: (TIKA-297) The HtmlParser ignores <menu> tags, resulting in invalid XHTML

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.


[jira] Resolved: (TIKA-297) The HtmlParser ignores <menu> tags, resulting in invalid XHTML

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/TIKA-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved TIKA-297.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.5
         Assignee: Jukka Zitting

Fixed as suggested. Thanks!

> 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
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 0.5
>
>
> 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.