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

Tim Allison resolved TIKA-1808.
-------------------------------
    Resolution: Won't Fix

My guess is that our move to JSoup doesn't fix this, but I'm not sure there are 
great options.

> Head section closed too eager
> -----------------------------
>
>                 Key: TIKA-1808
>                 URL: https://issues.apache.org/jira/browse/TIKA-1808
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 1.11
>            Reporter: Markus Jelsma
>            Priority: Major
>
> XHTMLContentHandler has some logic that closes the head section too early, or 
> this is a problem in TagSoup. In this [1] case a <div> element appears in the 
> head, causing the head to be closed. Subsequent <head> elements do not appear 
> in custom ContentHandlers so i cannot read the document's title, or any other 
> meta tags.
> It can be fixed by using a custom HTMLSchema in the ParseContext, e.g. 
> schema.elementType("div", HTMLSchema.M_EMPTY, 65535, 0); but this isn't 
> really an elegant solution.
> [1] http://www.aljazeera.com/news/2015/05/150516182251747.html



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to