- From: David A. Lee <dlee@calldei.com>
- Date: Sun, 26 Apr 2009 14:22:04 -0400
- To: XProc Dev <xproc-dev@w3.org>
The Calabash xproc processor is now supported as an extension module to
xmlsh.
This allows you to run calabash as a command within the same JVM as
xmlsh runs, as well as using xmlsh native syntax for interfacing to xproc.
For example, to run the pipeline "test.xpl" with source port from
"input.xml" and alternate port from "alternate.xml"
xproc test.xpl <input.xml (alternate)<alternate.xml
As a side effect of running within xmlsh, all input and output,
including the pipeline itself can be to or from variables or literal xml
expressions.
Note: parameter ports are not yet supported, but will be shortly.
Support for sequences of documents in input or output is supported by
'wrapping" the documents.
Enjoy !
Feedback greatly welcome.
Calabash extension can be downloaded from sourceforge
https://sourceforge.net/project/showfiles.php?group_id=228358&package_id=300027&release_id=678520
<https://sourceforge.net/project/showfiles.php?group_id=228358&package_id=300027&release_id=678520>
Documentation
http://www.xmlsh.org/ModuleCalabash
Requires version 0.0.1.11 of xmlsh
http://www.xmlsh.org
-----
David A. Lee
http://www.calldei.com
http://www.xmlsh.org
dlee@calldei.com
Received on Sunday, 26 April 2009 18:22:49 UTC