[
https://issues.apache.org/jira/browse/TIKA-914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ray Gauss II resolved TIKA-914.
-------------------------------
Resolution: Duplicate
Assignee: Ray Gauss II
> Invalid self-closing title tag when parsing an RTF file
> -------------------------------------------------------
>
> Key: TIKA-914
> URL: https://issues.apache.org/jira/browse/TIKA-914
> Project: Tika
> Issue Type: Improvement
> Components: parser
> Affects Versions: 1.1
> Environment: Reproduced on Linux and Windows
> Reporter: Nicolas Guillaumin
> Assignee: Ray Gauss II
> Priority: Minor
> Labels: rtf
> Attachments: test.rtf
>
>
> When parsing an RTF file with an empty TITLE metadata, the resulting HTML
> contains an self-closing title tag:
> {code}
> $ java -jar tika-app-1.1.jar -h test.rtf
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head>
> <meta name="Content-Length" content="830468"/>
> <meta name="Content-Type" content="application/rtf"/>
> <meta name="resourceName" content="test.rtf"/>
> <title/>
> </head>
> [...]
> {code}
> I believe self-closing tags are not valid in XHTML, according to
> http://www.w3.org/TR/xhtml1/#C_3 (However there's no XHTML doctype generated
> here, just a namespace...). Anyway this causes some browsers like Chrome to
> fail parsing the HTML, resulting in a blank page displayed.
> The expected output would be a non self-closing empty tag: {{<title></title>}}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira