xsl-list
[Top] [All Lists]

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

2011-10-11 10:13:42

There is a simple xpath perl script that comes with the perl XML::XPath module 
library. 

For more complicated scripting, I've found calling the Xpath libraries from 
Python easier.
( either lxml in Python, or javax.xml.xpath in Jython ) 
But I can usually rely on the perl modules being already installed on various 
linux servers.
Python lxml libraries are not always installed. 

-- Steve M. 


On Oct 10, 2011, at 7:00 PM, Lynn Murdock 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 
expressions and will work in Unix/Linux terminal applications. Does anyone on 
this list have suggestions for a good tool?


Thanks-

Lynn



Lynn Murdock, MLIS
Web Producer
Public Library of Science (PLoS)
http://www.plos.org



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