- From: Romain Deltour <rdeltour@gmail.com>
- Date: Mon, 20 Dec 2010 15:18:17 +0100
- To: Florent Georges <fgeorges@fgeorges.org>
- Cc: XProc Dev <xproc-dev@w3.org>
Received on Monday, 20 December 2010 14:18:58 UTC
Hi, As far as I know Calabash *does* include the file utils extensions, it's just that the step declarations are not included in its default extension library. The way I use the file extensions is by manually importing a local copy of the file utils library (attached to this email). BR, Romain. Le 20 déc. 10 à 14:52, Florent Georges a écrit : > 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 14:18:58 UTC