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

Directly parse XML declarations in XmlTreeBuilder #2275

Merged
merged 2 commits into from
Feb 25, 2025
Merged

Directly parse XML declarations in XmlTreeBuilder #2275

merged 2 commits into from
Feb 25, 2025

Conversation

jhy
Copy link
Owner

@jhy jhy commented Feb 25, 2025

Vs the old method of bouncing through the HTML parser's bogus comments.

This simplifies the parse flow for declarations and can better handle dodgy inputs.

jhy added 2 commits February 25, 2025 14:23
Vs the old method of bouncing through the HTML parser's bogus comments.

This simplifies the parse flow for declarations and can better handle dodgy inputs.
@jhy jhy added the improvement An improvement / new feature idea label Feb 25, 2025
@jhy jhy added this to the 1.19.1 milestone Feb 25, 2025
@jhy jhy merged commit 3c66e87 into master Feb 25, 2025
22 checks passed
@jhy jhy deleted the xml-decl branch February 25, 2025 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement An improvement / new feature idea
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant