Description
Perl applications can parse and evaluate XPath expressions against XML documents. This is useful for extracting specific values, validating document structure, and building XML transformation tools.
It is a developer library. XPath expressions from users should be limited and tested so they do not select unexpected data or cause expensive searches.