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_string seems broken with XML2_jll v2.12.0+0 #122

Closed
DrChainsaw opened this issue Nov 22, 2023 · 0 comments · Fixed by #123
Closed

parse_string seems broken with XML2_jll v2.12.0+0 #122

DrChainsaw opened this issue Nov 22, 2023 · 0 comments · Fixed by #123

Comments

@DrChainsaw
Copy link
Contributor

julia> parse_string("<?xml version=\"1.0\" ?><metadata></metadata>")
Entity: line 1: parser error : Extra content at the end of the document
<?xml version="1.0" ?><metadata></metadata>
                                           ^

Removing the +1 in sizeof(s)+1 in parse_string makes the above work.

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 a pull request may close this issue.

1 participant