Hi Folks, This pipeline stores the input document Bookstore.xml into a file test.xml: ------------------------------------------------------- <p:declare-step xmlns:p="http://www.w3.org/ns/xproc" name="myPipeline"> <p:input port="source"> <p:document href="Bookstore.xml"/> </p:input> <p:output port="result"> <p:pipe step="step1" port="result"/> </p:output> <p:store href="test.xml" name="step1"/> </p:declare-step> ------------------------------------------------------- What am I doing wrong please? Error message I get using Calabash 0.8.5: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Error : Pipeline failed: com.xmlcalabash.core.XProcException: net.sf.saxon.s9api.SaxonApiException: Supplied XPathVariable is bound to the wrong slot: Perhaps it was created using a different static context com.xmlcalabash.core.XProcException: net.sf.saxon.s9api.SaxonApiException: Supplied XPathVariable is bound to the wrong slot: perhaps it was created using a different static context at com.xmlcalabash.runtime.XAtomicStep.evaluateXPath(XAtomicStep.java:560) ... xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx /RogerReceived on Saturday, 8 November 2008 15:33:03 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Saturday, 8 November 2008 15:33:04 GMT