pub fn xml_is_name_start_char(c: u32, old10: bool) -> bool
XML 1.0 5th edition NameStartChar (default). old10 uses Letter | ‘_’ | ‘:’.
old10