Skip to content
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

Parse HTML to XML #1211

Merged
merged 2 commits into from
Mar 8, 2023
Merged

Parse HTML to XML #1211

merged 2 commits into from
Mar 8, 2023

Conversation

jperedadnr
Copy link
Contributor

Web content (HTML) shouldn't be parsed by Java (com.sun.org.apache.xerces.internal.parsers.DOMParser) which only processes XML.

Therefore, an straightforward fix for this issue is parsing first HTML into XML.

Issue

Fixes #1210

Progress

@jperedadnr jperedadnr requested a review from johanvos March 8, 2023 19:29
@jperedadnr jperedadnr merged commit 37ea3cc into gluonhq:master Mar 8, 2023
@jperedadnr jperedadnr deleted the 1210-endtag branch March 8, 2023 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Android] WebView: The element type "meta" must be terminated by the matching end-tag "</meta>"
2 participants