pub const ASCII_XML_NAME: [u8; 256];Expand description
XML Name lookup table. Includes : as a name-start char (§2.3).
Bytes ≥ 0x80 are 0; use is_name_start_char / is_name_char_unicode
(or their 4th-edition counterparts) for those.
pub const ASCII_XML_NAME: [u8; 256];XML Name lookup table. Includes : as a name-start char (§2.3).
Bytes ≥ 0x80 are 0; use is_name_start_char / is_name_char_unicode
(or their 4th-edition counterparts) for those.