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

XML element name parsing is not spec compliant #129

Open
lucacorti opened this issue Apr 4, 2024 · 0 comments
Open

XML element name parsing is not spec compliant #129

lucacorti opened this issue Apr 4, 2024 · 0 comments

Comments

@lucacorti
Copy link
Contributor

lucacorti commented Apr 4, 2024

To add some more context on #128, we are using saxy to parse XML files generated by invoicing systems and we are seeing examples of this happening in the wild. e.g.:

<a>somevalue</a

>

This causes saxy to return an error because the end of element a is not detected. According to the XML spec though, whitespace is allowed between the element name and the closing > character, so I think this is a bug in the implementation.

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

No branches or pull requests

1 participant