We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Colons are currently allowed as the first character of XML identifiers: https://github.com/XLSForm/pyxform/blob/master/pyxform/xlsparseutils.py#L8
This is consistent with https://www.w3.org/TR/REC-xml/#NT-NameStartChar but doesn't really make sense in real usage as described at https://stackoverflow.com/a/40446164/137744
We should probably forbid colons in the identifiers at all since we don't really support namespacing of body elements (#105 (comment)).
The text was updated successfully, but these errors were encountered:
Validate doesn't allow leading colons anyway so we really should update the message and logic.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Colons are currently allowed as the first character of XML identifiers: https://github.com/XLSForm/pyxform/blob/master/pyxform/xlsparseutils.py#L8
This is consistent with https://www.w3.org/TR/REC-xml/#NT-NameStartChar but doesn't really make sense in real usage as described at https://stackoverflow.com/a/40446164/137744
We should probably forbid colons in the identifiers at all since we don't really support namespacing of body elements (#105 (comment)).
The text was updated successfully, but these errors were encountered: