Only check for ASCII characters in valid_xml_element() without
commit19c678498afa95e68e2a521df195d36a84777788
authorBen Kibbey <bjk@luxsci.net>
Thu, 4 Mar 2010 00:54:59 +0000 (3 19:54 -0500)
committerBen Kibbey <bjk@luxsci.net>
Thu, 4 Mar 2010 00:54:59 +0000 (3 19:54 -0500)
tree45f997e37a484ce02d890302f9b0494095c41508
parent9ae1b2da9379c0d54371b7b5579b19e2e528d389
Only check for ASCII characters in valid_xml_element() without
considering unicode characters. This should be fine since only ASCII is
considered during element processing anyway.
src/xml.c