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

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

Missing body in HtmlParser
--------------------------

                 Key: TIKA-224
                 URL: https://issues.apache.org/jira/browse/TIKA-224
             Project: Tika
          Issue Type: Bug
            Reporter: Tamas Szendrei


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.


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

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TIKA-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709479#action_12709479 ] 

Jukka Zitting commented on TIKA-224:
------------------------------------

This seems like a duplicate of TIKA-210. Have you tried a recent checkout from Tika trunk?

> Missing body in HtmlParser
> --------------------------
>
>                 Key: TIKA-224
>                 URL: https://issues.apache.org/jira/browse/TIKA-224
>             Project: Tika
>          Issue Type: Bug
>            Reporter: Tamas Szendrei
>
> 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.


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

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