You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2009/05/22 22:58:45 UTC

[jira] Resolved: (TIKA-224) Missing body in HtmlParser

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

Jukka Zitting resolved TIKA-224.
--------------------------------

    Resolution: Duplicate
      Assignee: Jukka Zitting

Resolving as a duplicate of TIKA-210.

> Missing body in HtmlParser
> --------------------------
>
>                 Key: TIKA-224
>                 URL: https://issues.apache.org/jira/browse/TIKA-224
>             Project: Tika
>          Issue Type: Bug
>            Reporter: Tamas Szendrei
>            Assignee: Jukka Zitting
>
> The html is: <html><body>tika</body></html>
> The result is: <?xml version="1.0" encoding="UTF-8"?>tika<html xmlns="http://www.w3.org/1999/xhtml"><head><title/></head><body/></html>
> The parser ignores the texts before the first occurence of <li>, <a>, <ul>... tags within the body, .

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.