[ 
https://issues.apache.org/jira/browse/TIKA-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088381#comment-13088381
 ] 

Jukka Zitting commented on TIKA-648:
------------------------------------

This seems to be a result of TagSoup normalizing the HTML markup. An inline 
element like <a> is not supposed to contain block elements like <div>. I'm not 
sure if this should be treated as a bug or a feature in TagSoup.

> Parsing HTML anchors with embedded div faulty
> ---------------------------------------------
>
>                 Key: TIKA-648
>                 URL: https://issues.apache.org/jira/browse/TIKA-648
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 0.9
>            Reporter: Markus Jelsma
>             Fix For: 1.0
>
>
> Using Nutch with Tika 0.9 i cannot extract all two outlinks from a given page 
> [1]. This is because Tika doensn't return the document with the anchor text 
> embedded and Nutch skips empty anchors when collecting outlinks.
> The raw HTML is:
> <a href="#"><div>bla 1</div></a>
> <a href="#">bla 2</a>
> But the parsed HTML with tika-app-1.0-SNAPSHOT.jar -h test.html is:
> <a shape="rect" href="#"/>bla 1
> <a shape="rect" href="#">bla 2</a>
> [1]: http://people.apache.org/~markus/test.html
> Also described on the Tika user list:
> http://search.lucidimagination.com/search/document/e74d7e72fd61543a/parsing_html_anchors_with_embedded_div_faulty

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to