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.