Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Some promising tools:</p> <ul> <li><p><a href="http://www.nokogiri.org/" rel="noreferrer">nokogiri</a>: parsing HTML/XML DOMs in ruby using XPath &amp; CSS selectors</p></li> <li><p><a href="https://github.com/hpricot/hpricot" rel="noreferrer" title="_why&#39;s XML/HTML parsing for ruby">hpricot</a>: deprecated</p></li> <li><p><a href="http://www2.in.tum.de/~berlea/Fxgrep/" rel="noreferrer" title="Functional XML Querying Tool">fxgrep</a>: Uses its own XPath-like syntax to query documents. Written in SML, so installation may be difficult.</p></li> <li><p><a href="http://www.ltg.ed.ac.uk/software/ltxml" rel="noreferrer" title="LT XML toolkit">LT XML</a>: XML toolkit derived from SGML tools, including <code>sggrep</code>, <code>sgsort</code>, <code>xmlnorm</code> and others. Uses its own query syntax. The documentation is <em>very</em> formal. Written in C. LT XML 2 claims support of XPath, XInclude and other W3C standards.</p></li> <li><p><a href="http://xmltwig.com/tool/xml_grep2/xml_grep2.html" rel="noreferrer">xmlgrep2</a>: simple and powerful searching with XPath. Written in Perl using XML::LibXML and libxml2.</p></li> <li><p><a href="http://www.xqsharp.com/xqsharp/" rel="noreferrer">XQSharp</a>: Supports XQuery, the extension to XPath. Written for the .NET Framework.</p></li> <li><p><a href="http://www.lbreyer.com/xml-coreutils.html" rel="noreferrer">xml-coreutils</a>: Laird Breyer's toolkit equivalent to GNU coreutils. Discussed in an interesting <a href="http://www.lbreyer.com/unix_xml-1.html" rel="noreferrer">essay</a> on what the ideal toolkit should include.</p></li> <li><p><a href="http://www.logilab.org/859/" rel="noreferrer">xmldiff</a>: Simple tool for comparing two xml files.</p></li> <li><p><a href="http://xmltk.sourceforge.net/" rel="noreferrer">xmltk</a>: doesn't seem to have package in debian, ubuntu, fedora, or macports, hasn't had a release since 2007, and uses non-portable build automation.</p></li> </ul> <p>xml-coreutils seems the best documented and most UNIX-oriented.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload