- From: Manfred Staudinger <manfred.staudinger@gmail.com>
- Date: Mon, 21 Sep 2009 19:51:47 +0200
- To: xproc-dev <xproc-dev@w3.org>
Beginner errors: when I execute
<p:declare-step name="myPipeline"
xmlns:c="http://www.w3.org/ns/xproc-step"
xmlns:p="http://www.w3.org/ns/xproc">
<p:identity>
<p:input port="source">
<p:inline><c:directory/></p:inline>
</p:input>
</p:identity>
<p:make-absolute-uris match="c:directory/*/@name">
<p:with-option name="base-uri" select="'file:/J:/test/'"/>
<p:output port="result"/>
</p:make-absolute-uris>
</p:declare-step>
then Calabash 0.9.14 gives
Error : Pipeline failed: com.xmlcalabash.core.XProcException: A
p:make-absolute-uris step must contain only a signature. p:output not
allowed.
while Calumet 1.0.9 executes and outputs
<c:directory xmlns:c="http://www.w3.org/ns/xproc-step"/>
Regards,
Manfred
Received on Monday, 21 September 2009 17:52:30 UTC