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

Support REXML 3.3.3 invalid XML handling #171

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

mtasaka
Copy link
Contributor

@mtasaka mtasaka commented Sep 10, 2024

With ruby/rexml@2bca7bd REXML now detects invalid XML with unsupported content before root element and raises REXML::ParseException rather than returning empty root.

Support this REXML exception in Prawn::SVG::Document initializer.

With ruby/rexml@2bca7bd
REXML now detects invalid XML with unsupported content before root element
and raises REXML::ParseException rather than returning empty root.

Support this REXML exception in Prawn::SVG::Document initializer.
@mtasaka
Copy link
Contributor Author

mtasaka commented Sep 10, 2024

ref: #170

@mogest mogest merged commit 260685a into mogest:main Sep 20, 2024
6 checks passed
@mogest
Copy link
Owner

mogest commented Sep 20, 2024

Thanks @mtasaka!

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.

2 participants