atom feed7 messages in org.w3.xproc-devWhy can't I specify input and output ...
FromSent OnAttachments
Dave PawsonDec 7, 2008 3:53 am 
James SulakDec 7, 2008 6:25 am 
Dave PawsonDec 7, 2008 6:39 am 
James FullerDec 7, 2008 6:53 am 
Norman WalshDec 7, 2008 8:09 am 
Norman WalshDec 7, 2008 8:12 am 
Dave PawsonDec 7, 2008 8:17 am 
Subject:Why can't I specify input and output document?
From:Dave Pawson (dave@gmail.com)
Date:Dec 7, 2008 3:53:36 am
List:org.w3.xproc-dev

pipe below fails in Calabash .9

<?xml version="1.0"?> <p:declare-step xmlns:p="http://www.w3.org/ns/xproc"> <p:input port="source" primary='true'> <p:document href="doc.xml"/> </p:input> <p:output port='result'> <p:document href="op.xml"/> </p:output> <p:identity/> </p:declare-step>

I want to define a pipe with both input and output files specified by the pipe.

http://www.w3.org/TR/xproc/#c.xslt seems to specify both, I'm unsure why mine doesn't work?

Error : file:/files/xproc/tests/pipe3.xpl:2: Unbound primary output port on last step: #ANON.85 Error : Pipeline failed: com.xmlcalabash.core.XProcException: Don't know how to handle binding 3

Any suggestions where / why I'm wrong please?