xpath
Perl module for processing XPath
Install
- All systems
-
curl cmd.cat/xpath.sh
- Debian
-
apt-get install libxml-xpath-perl
- Ubuntu
-
apt-get install libxml-xpath-perl
- Arch Linux
-
pacman -S libxml-xpath-perl
- 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
- Dockerfile
- dockerfile.run/xpath
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.