in reply to Re: XPath command line utility...
in thread XPath command line utility...

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

Replies are listed 'Best First'.
Re^3: XPath command line utility...
by ikegami (Patriarch) on Oct 28, 2010 at 19:54 UTC

    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 ...