Skip to main content

ASCII_XML_NAME

Constant ASCII_XML_NAME 

Source
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.