-
Notifications
You must be signed in to change notification settings - Fork 28
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
Properly parse unquoted attributes (please🙏?) #40
Comments
thanks, this really is a bug. I can confirm it, in a quick test. Lines 199 to 224 in 0dddcb2
To be honest, even I find the code at line 204 a bit difficult to read, But with spending some time we should be able to figure this out. |
but that one is invalid xml right? there's suppose to be quote (single or double) around
|
right, but still many html pages do not have quotes. the values then can not contain any space. |
Whenever I parse this string:
I get unexpected results:
I know this is an xml parser but wouldn't it just make sense to generate:
Please consider adding such type parsing in the next bug fix, I love your library! 🥰🥰
The text was updated successfully, but these errors were encountered: