xpath

Perl module for processing XPath

Install

All systems
curl cmd.cat/xpath.sh
Debian Debian
apt-get install libxml-xpath-perl
Ubuntu
apt-get install libxml-xpath-perl
Arch Arch Linux
pacman -S libxml-xpath-perl
image/svg+xml Kali Linux
apt-get install libxml-xpath-perl
CentOS
yum install libxml-xpath-perl
Fedora
dnf install libxml-xpath-perl
Windows (WSL2)
sudo apt-get update sudo apt-get install libxml-xpath-perl
Raspbian
apt-get install libxml-xpath-perl

libxml-xpath-perl

Perl module for processing XPath

The XML::XPath module implements the W3C's XPath specification. It aims to be completely correct to the letter of the spec, and yet still allow extensions through the use of functions and variables, such as are provided by XSLT and XPointer. Besides the Perl modules it also provides a command line tool named "xpath" to query XPath statements in XML documents.

perl-XML-XPath

XPath parser and evaluator for Perl