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

RDF/XML serializer does not handle invalid QNames starting with digits in a very elegant way #98

Open
jaw111 opened this issue Nov 16, 2017 · 0 comments

Comments

@jaw111
Copy link
Contributor

jaw111 commented Nov 16, 2017

If I have a property URI like http://example.com/vocab#123abc the RDF/XML serializer generates an invalid QName msg0:123abc where xmlns:msg0="http://example.com/vocab#", which results in invalid XML output.

Would be better if it would generate QName msg0:abc where xmlns:msg0="http://example.com/vocab#123".

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