-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Page results in malformed tree #43
Comments
Thanks, this is fixed now. |
Document normalisation now more correctly enforces document structure.
Closed by 85ef3f6 |
michael-simons
pushed a commit
to michael-simons/jsoup
that referenced
this issue
Jul 12, 2011
- ensure only one head and one body element, both under html el - allow html/head/noscript/img for some site's analytic pattern Fixes jhy#43
zazi
pushed a commit
to dswarm/jsoup
that referenced
this issue
Oct 15, 2015
- ensure only one head and one body element, both under html el - allow html/head/noscript/img for some site's analytic pattern Fixes jhy#43
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The page I will attach results in a Jsoup tree with two body elements, neither if which is a direct child of the html element.
You will find the page in "git@github.com:bimargulies/Misc.git" under the jsoup-tc directory.
The text was updated successfully, but these errors were encountered: