You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Ken Krugler (JIRA)" <ji...@apache.org> on 2009/09/30 01:28:08 UTC

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

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 tags, resulting in invalid XHTML

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ 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.