Tuesday, April 22, 2008

Command Line XML tool

I was looking for a tool to parse and query XML document from command line in UNIX environment. I needed this to be used in a shell script where I had to parse a XML file generated by another Application. I found XmlStarlet, after some googling, the tool is very useful to be used inside shell script as well as from command-line. Here is a good getting Started tutorial.

No comments: