Module xmlname

Source
Expand description

Functions for validating and extracting qualified XML names.

Functionsยง

is_valid_continuation ๐Ÿ”’
is_valid_start ๐Ÿ”’
Check if an element name is valid. See http://www.w3.org/TR/xml/#NT-Name for details.
matches_name_production ๐Ÿ”’