xsl-list
[Top] [All Lists]

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

2011-10-11 04:08:35
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--