<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body smarttemplateinserted="true" text="#000000" bgcolor="#FFFFFF">
    <div class="markdown_content">
      <p>Hello,<br>
      </p>
      <p>Xidel is a small command line XQuery interpreter to run queries
        on downloaded X/HTML pages or JSON-APIs. It supports XPath 3.0,
        XQuery 3.0 + JSONiq expressions, compatibility modes for older
        XPath/XQuery versions as well as CSS 3 selectors and custom
        pattern matching.</p>
      <p>The 0.9.8 version improves various things:<br>
      </p>
      <ul>
      </ul>
      <p>- Cookie handling follows RFC 6265 rather than sending all
        cookies to all servers.<br>
        - add t:siblings-header/siblings elements to pattern matcher to
        match certain element siblings regardless of their ordering
        (e.g. table columns).<br>
        - add functions x:call-action, x:has-action, x:get-log,
        x:clear-log to give programmatic access to multipage templates
        and variable changelog.<br>
        - add --module, --module-path parameters to load XQuery modules
        into (xpath) queries and properly resolve relative paths for
        module imports.<br>
        - fix system(), <a class="moz-txt-link-freetext" href="file:exists">file:exists</a>, <a class="moz-txt-link-freetext" href="file:move">file:move</a> (override),
        <a class="moz-txt-link-freetext" href="file:path-to-uri">file:path-to-uri</a> on Windows<br>
        - further minor bug fixes and performance improvements</p>
      <p><br>
      </p>
      <p>You can learn more on the homepage here: <a
          class="moz-txt-link-freetext"
          href="http://www.videlibri.de/xidel.html">http://www.videlibri.de/xidel.html</a>
        <br>
      </p>
      <p><br>
      </p>
      <p>Benito<br>
      </p>
    </div>
  </body>
</html>