show/hide this revision's text 3 removed xmltk recommendation

At the moment, the best solution I've found is hpricot, which provides XPath & CSS selectors and a DOM. But it's only available in ruby, so I can't easily use it in a shell script.

EDIT I've found some more promising tools:

  • fxgrep: Uses its own XPath-like syntax to query documents. Written in SML, so installation may be difficult.

  • LT XML: XML toolkit derived from SGML tools, including sggrep, sgsort, xmlnorm and others. Uses its own query syntax. The documentation is very formal. Written in C. LT XML 2 claims support of XPath, XInclude and other W3C standards.

  • xmlgrep2: simple and powerful searching with XPath. Written in Perl using XML::LibXML and libxml2.

  • XQSharp: Supports XQuery, the extension to XPath. Written for the .NET Framework.

  • xmltk: Toolkit for xml including, "a sort utility, an aggregation utility, a mapping utility to transform Unix directory hierarchies to XML, and some smaller utilities."

  • xml-coreutils: Laird Breyer's toolkit equivalent to GNU coreutils. Discussed in an interesting essay on what the ideal toolkit should include.

  • xmldiff: Simple tool for comparing two xml files.

I haven't had a chance to try any of these, but xmltk and xml-coreutils seem seems the best documented and most unix oriented.

FURTHER EDIT

I've removed xmltk from this list. It doesn't seem to have package in debian, ubuntu, fedora, or macports. It also hasn't had a release since 2007, and uses non-portable build automation. I can't recommend it unless it becomes more portable.

show/hide this revision's text 2 improved capitalization, added more tools
xpath XPath & css CSS selectors and a domDOM. But it's only available in ruby, so I can't easily use it in a shell script.

EDITI've found some more promising tools:

  • fxgrep:Uses its own XPath-like syntax to query documents. Written in SML, so installation may be difficult.

  • LT XML:XML toolkit derived from SGML tools, including sggrep, sgsort, xmlnorm and others. Uses its own query syntax. The documentation is very formal. Written in C. LT XML 2 claims support of XPath, XInclude and other W3C standards.

  • xmlgrep2:simple and powerful searching with XPath. Written in Perl using XML::LibXML and libxml2.

  • XQSharp:Supports XQuery, the extension to XPath. Written for the .NET Framework.

  • xmltk: Toolkit for xml including, "a sort utility, an aggregation utility, a mapping utility to transform Unix directory hierarchies to XML, and some smaller utilities."

  • xml-coreutils:Laird Breyer's toolkit equivalent to GNU coreutils. Discussed in an interesting essay on what the ideal toolkit should include.

  • xmldiff:Simple tool for comparing two xml files.

  • I haven't had a chance to try any of these, but xmltk and xml-coreutils seem the best documented and most unix oriented.

    show/hide this revision's text 1

    At the moment, the best solution I've found is hpricot, which provides xpath & css selectors and a dom. But it's only available in ruby, so I can't easily use it in a shell script.