- From: George Cristian Bina <george@oxygenxml.com>
- Date: Tue, 04 Oct 2011 14:28:24 +0300
- To: Norman Walsh <ndw@nwalsh.com>
- CC: XProc Dev <xproc-dev@w3.org>
Hi, An updated oXygen connector for Calabash 0.9.35 is available from http://www.oxygenxml.com/update/calabashOxygen0.9.35.zip You should replace [oXygen]/lib/xproc/calabash with the calabash folder from this archive. Best Regards, George -- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 10/4/11 12:44 AM, Norman Walsh wrote: > Hi folks, > > This afternoon, I released XML Calabash 0.9.35. > > There's some hacking in there to support my experiments with > transclusion[6], and some bug fixes. The most interesting feature is > probably support for text/plain fragment identifiers in XInclude > parse=text content. > > Changes in XML Calabash 0.9.35 > > * Added cx:copy-attributes extension to p:xinclude; if true, namespace > qualified attributes on the xi:include element are copied through to > the root elements of the included content. > > * Added support for [1]RFC 5147 fragment identifiers in XInclude when > parse="text". This is not standards compliant, you must use the > -Xxpointer-on-text extension option to enable XPointers on XInclude > when parse=text. The 'extension' element in a config file can also be > used to specify this extension. > > * Fixed [2]issue #158; make sure cx:zip preserves entry order. (Patch > by Romain Deltour). > > * Tweaked p:xslt so that it preserves the base URI of the input document > across transformations. > > * Improved the p:xsl-formatter step when using the RenderX engine. Send > progress messages through the XProcListener. > > * Fixed [3]issue #129; pass Jing line/column numbers through the error > handler. > > * Fixed [4]issue #4; added getStep() to DefaultStep to return the > underlying XAtomicStep. > > * Added a cx:pretty-print step. It serializes and reparses its input > document to add line breaks and indentation. > > * Added a cx:css-formatter step. It uses the AntennaHouse engine to > format XML with CSS. > > * Fixed [5]issue #134; applied Romain Deltour's patch. Rearranged code > to make it easier for subclasses to change how step implementations > are maintained and created. > > * Various build system tweaks to make compilation without commercial > libraries easier. > > Links: > > 1. https://tools.ietf.org/html/rfc5147 > 2. http://code.google.com/p/xmlcalabash/issues/detail?id=158 > 3. http://code.google.com/p/xmlcalabash/issues/detail?id=129 > 4. https://github.com/ndw/xmlcalabash1/issues/4 > 5. http://code.google.com/p/xmlcalabash/issues/detail?id=134 > 6. http://norman.walsh.name/2011/10/03/transclusion > > Be seeing you, > norm >
Received on Tuesday, 4 October 2011 11:28:51 UTC