http://www.perlmonks.org?node_id=868108


in reply to XPath command line utility...

I suspect you actually want XML::XPath, not XML::Path. That module has an xpath script in the examples directory and it makes reference to ActiveState so that might help with your PPM search.

-- Ken

Replies are listed 'Best First'.
Re^2: XPath command line utility...
by biswanath_c (Beadle) on Oct 28, 2010 at 19:26 UTC
    Thanks for the reply. Is that a Perl script? I was actually looking for the command line utility mentioned here on this page: http://www.xml.com/pub/a/2002/04/17/perl-xml.html

      On the subject, the "linked" document says

      Matt Sergeant's fine XML::XPath module provides a way access the contents of XML documents using the W3C-recommended XPath Language. This module also installs a Perl utility called xpath

      So install XML::XPath.

      $ cpan XML::XPath ... Installing /home/eric/usr/perlbrew/perls/perl-5.12.2/bin/xpath ...