Comment #2 on issue 212 by alexaho...@gmail.com: Incorrect parsing of attribute names that contain the ":" (colon) character
http://code.google.com/p/html5lib/issues/detail?id=212

Thank you for your answer!

There are a lot of "if"s there ("If the XML API being used restricts") which means that parsers are not supposed to restrict the allowable characters and that means that it is not impossible to allow ":"s (colons) in the future. In that case, what is the recommended thing to do? Should I replace Unicode codes found in attribute names or look for both `xmlns:foo` and `xmlnsU0003Afoo`?

--
You received this message because you are subscribed to the Google Groups 
"html5lib-discuss" group.
To post to this group, send an email to html5lib-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
html5lib-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/html5lib-discuss?hl=en-GB.

Reply via email to