https://bugzilla.wikimedia.org/show_bug.cgi?id=40195
--- Comment #13 from Bryan Tong Minh <[email protected]> 2012-09-14 14:52:12 UTC --- A little bit more information from <http://msdn.microsoft.com/en-us/library/ms256152.aspx> "Like element names, attribute names are case-sensitive and must start with a letter or underscore. The rest of the name can contain letters, digits, hyphens, underscores, and periods." I think the best solution is to prefix everything that does not start with a letter or underscore with an underscore, and replace every special character with an underscore. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
