html content directly under body node not parsed correctly ----------------------------------------------------------
Key: TIKA-210 URL: https://issues.apache.org/jira/browse/TIKA-210 Project: Tika Issue Type: Bug Components: parser Affects Versions: 0.3 Reporter: Daan de Wit The html parser does not correctly parse content that is directly under the body node, when passing html like this: <html><body>This is my content</body></html>, an empty string is returned when calling BodyContentHandler#toString() -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.