- From: Norman Walsh <ndw@nwalsh.com>
- Date: Wed, 11 Mar 2009 17:17:27 -0400
- To: XProc Dev <xproc-dev@w3.org>
- Message-ID: <m2wsavkbdk.fsf@nwalsh.com>
Hi folks,
I'm happy to announce the release of XML Calabash 0.9.6
http://xmlcalabash.com/download/
In version 0.9.6, I've fixed a few bugs and added one new feature.
* Improve how p:add-xml-base generates URIs when relative is true.
I believe this resolves issue #31.
* Support text/xml as an XML content type in p:http-request. I
believe this resolves issue #33.
* Support cx:timeout extension attribute on p:http-request. This
specifies the number of miliseconds to use as the timeout value.
I believe this resolves issue #34.
* Recognize application/xml and text/xml content types in
p:http-request even when they're followed by parameters. I
believe this partially resolves issue #35.
* Don't process the body of subpipelines declared with p:pipeline
twice. I believe this resolves issue #39.
* Implemented an extension: if the href option of p:document
points to a directory, load all the XML files in that directory
as a sequence. By default, it attempts to load all the files
that match “^.*\.xml$”. You can use the cx:filemask extension
attribute to change that regular expression.
* Fixed bug where the output of the last step in a subpipeline was
not considered read if it was read by one of its siblings
(rather than its parent).
Be seeing you,
norm
--
Norman Walsh <ndw@nwalsh.com> | It'll cost you.
http://nwalsh.com/ |
Received on Wednesday, 11 March 2009 21:18:09 UTC