-
Notifications
You must be signed in to change notification settings - Fork 92
XML tag starting with a colon #94
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
Comments
It looks like this is an issue for tags ending with a colon as well. |
@hosamaly Thanks, Hosam! |
Part of this would need to be fixed in the compiler. It's not a big concern, so closing since there's no big need. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A partial fix was added to #93 for handling XML names starting with a colon.
@som-snytt raises the issue that colons may not be fully corrected.
Here is an empty element:
Here is a name with a letter, but starting with a colon:
Trying with a string doesn't work much better
The text was updated successfully, but these errors were encountered: