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

Subject: Re: [xsl] Need XML grep-like tool for Linux that uses XPath expressions
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Tue, 11 Oct 2011 10:08:26 +0100
> 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 expressions
and will work in Unix/Linux terminal applications. Does anyone on this list
have suggestions for a good tool?
>

XSLT? You could write a transform that processes the directories using
the collection() function, have all of xslt at your disposal for the
complex searches, and again when you need to generate a report for the
results.




--
Andrew Welch
http://andrewjwelch.com

Current Thread