- From: Florent Georges <fgeorges@fgeorges.org>
- Date: Mon, 20 Dec 2010 14:52:06 +0100
- To: XProc Dev <xproc-dev@w3.org>
Hi,
I try to use the Calabash extension step cxf:move. But it
seems Calabash does not know it. The following pipeline:
<p:declare-step
xmlns:p="http://www.w3.org/ns/xproc"
xmlns:cxf="http://xmlcalabash.com/ns/extensions/fileutils"
version="1.0">
<p:output port="result"/>
<cxf:move href="/tmp/from" target="/tmp/to"/>
</p:declare-step>
results in the error: "Unexpected step name: cxf:move".
Isn't this step supported in Calabash 0.9.28?
Regards,
--
Florent Georges
http://fgeorges.org/
Received on Monday, 20 December 2010 13:52:59 UTC