[xsl] Re: Need XML grep-like tool for Linux that uses XPath expressions

Subject: [xsl] Re: Need XML grep-like tool for Linux that uses XPath expressions
From: David Sewell <dsewell@xxxxxxxxxxxx>
Date: Tue, 11 Oct 2011 09:39:18 -0400 (EDT)
Another tool that can be used for XPath searching across multiple files, and varous other purposes, is XMLStarlet:

http://sourceforge.net/projects/xmlstar/

It's not a grep tool per se but allows you in essence to construct XSLT-like scripts from the command line.

On Tue, 11 Oct 2011, xsl-list-digest-help@xxxxxxxxxxxxxxxxxxxxxx wrote:


Hi-


I need to run some complex searches on a directory containing multiple XML =
files, and am looking for a command-line tool that will take XPath expressi=
ons and will work in Unix/Linux terminal applications. Does anyone on this =
list have suggestions for a good tool?

Current Thread