Disallow non-ASCII characters in an XML element attribute name.
commitbae1c426539fd452aed8ef2a4b8a2cf5be074c05
authorBen Kibbey <bjk@luxsci.net>
Sat, 27 Jul 2013 23:29:13 +0000 (27 19:29 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sat, 27 Jul 2013 23:29:13 +0000 (27 19:29 -0400)
treecd3dc04837e57948e23bc071ad17e64e60738d6e
parent039e5bf2f74c8dcc0a3ab7e88fa32760825e31b2
Disallow non-ASCII characters in an XML element attribute name.

A parse error would occur otherwise during the next OPEN. I'm not sure
if this is a bug in libxml2 or not.
src/commands.c
src/xml.c
src/xml.h