To: "xml-dev@lists.xml.org" <xml-dev@lists.xml.org>, talk@xquery.com
Date: Thu, 02 Jul 2015 23:54:44 +0200
Hi,
Xidel is a command line tool to query data from web pages and online
APIs that are based on HTML, XML or JSON.
The supported query languages are XPath, XQuery, JSONiq, CSS and custom
pattern matching.
The 0.9 release adds support for most of the XPath/XQuery 3.0 syntax
like window for clauses or anonymous and higher order functions.
It is the first version tested with the new XQuery Test Suite, which
undiscovered a large number of incompatibilities, of which many are
fixed now,
especially those concerning error codes, type conversions, comparisons,
and error codes during implicit type conversion in comparisons.
Furthermore there are more options for HTTP requests, the output format
and other things...