Uploaded image for project: 'Tika'
  1. Tika
  2. TIKA-297

The HtmlParser ignores <menu> tags, resulting in invalid XHTML

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.4
    • 0.5
    • None
    • None

    Description

      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

      Attachments

        Activity

          People

            jukkaz Jukka Zitting
            kkrugler Kenneth William Krugler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: