- From: Norman Walsh <ndw@nwalsh.com>
- Date: Fri, 06 Mar 2009 08:06:07 -0500
- To: XProc Dev <xproc-dev@w3.org>
- Message-ID: <m2ab7yssw0.fsf@nwalsh.com>
Hi folks, I'm happy to announce the release of XML Calabash 0.9.5 http://xmlcalabash.com/download/ In version 0.9.5, I've fixed a few bugs and added one new feature. * Support proxies through Java 1.5 ProxySelector. I believe this fixes issue #42. * Ignore select attributes when an explicit binding is given for a top-level pipeline input. (This flip-flops a previous fix based on Working Group decisions.) I believe this resolves issue #29. * Output c:header elements again. I believe this fixes issue #38. * Add support for different log styles for p:log output. The default is WRAPPED, what XML Calabash has always done. New possibilities are PLAIN (no wrappers, so the result of logging a sequence won't be a well-formed XML document), DIRECTORY (which writes each result to a separate document in the specified directory), and OFF (which suppresses all p:log output). I believe this fixes issue #12. * Don't re-read documents if we're in a loop; just reset so that we reuse the one we've loaded already. I believe this fixes issue #37. Share and enjoy! Be seeing you, norm -- Norman Walsh <ndw@nwalsh.com> | It is well to remember that the entire http://nwalsh.com/ | universe, with one trifling exception, | is composed of others.--John Andrew | Holmes
Received on Friday, 6 March 2009 13:06:53 UTC