- From: Norman Walsh <ndw@nwalsh.com>
- Date: Wed, 04 Feb 2009 09:07:33 -0500
- To: XProc Dev <xproc-dev@w3.org>
- Message-ID: <m2ljsm47oa.fsf@nwalsh.com>
Hi folks, This morning I finally got another release out: http://xmlcalabash.com/ Changes in Calabash 0.9.4 In version 0.9.4, I've totally rewritten the p:http-request step so that it uses the Apache [8]HttpClient. This change allows the step to support cookies (e.g., for authentication) and other HTTP methods. As this is the first release after a major refactoring, things are likely to be a little rough around the edges. * Completely reworked p:http-request to use Apache [9]HttpClient. As a result, [10]the prerequisites have changed. I believe this fixes [11]issue #7. * Fix bugs where p:unescape-markup didn't handle escaped, top-level sibling elements or leading comments and PIs. * Throw err:XS0032 if no p:xpath-context is specified and there's no default readable port (instead of throwing ArrayIndexOutOfBounds). * Fix bug where step options were treated as a set instead of a list (this sometimes caused dependencies to be missed). * Fixed [12]issue #29; was ignoring select attribute on top level pipeline inputs. * Fixed [13]issue #30; counting matches didn't do namespaces right. Be seeing you, norm [8] http://hc.apache.org/httpclient-3.x/ [9] http://hc.apache.org/httpclient-3.x/ [10] http://xmlcalabash.com/docs/#prerequisites [11] http://code.google.com/p/xmlcalabash/issues/detail?id=7 [12] http://code.google.com/p/xmlcalabash/issues/detail?id=29 [13] http://code.google.com/p/xmlcalabash/issues/detail?id=30 -- Norman Walsh <ndw@nwalsh.com> | Clearness is so eminently one of the http://nwalsh.com/ | characteristics of truth that often it | even passes for truth itself.-- Joubert
Received on Wednesday, 4 February 2009 14:08:15 UTC