Description
Perl tools can reuse regular expressions that recognize XML token shapes. This is useful for lightweight validators, scanners, and helper code that needs to identify XML names or syntax pieces.
It is a developer library. Token regexes are not a full XML parser, so applications should use proper parsing for complete or untrusted documents.