is_valid_xml_local_name

Function is_valid_xml_local_name 

Source
pub fn is_valid_xml_local_name(name: &str) -> bool
Expand description

Returns whether name is one XML Namespaces NCName local name.

This validates the XML 1.0 name character ranges while excluding :, which separates a lexical prefix from its local name.