atom feed15 messages in org.w3.xproc-devCalabash problem - primary port(s)
FromSent OnAttachments
Dave PawsonDec 7, 2008 5:35 am 
James FullerDec 7, 2008 6:58 am 
James FullerDec 7, 2008 7:08 am 
Dave PawsonDec 7, 2008 7:23 am 
James FullerDec 7, 2008 7:32 am 
James SulakDec 7, 2008 8:06 am 
Norman WalshDec 7, 2008 8:11 am 
Norman WalshDec 7, 2008 8:13 am 
James FullerDec 7, 2008 8:13 am 
James FullerDec 7, 2008 8:15 am 
Dave PawsonDec 7, 2008 8:21 am 
Norman WalshDec 7, 2008 8:22 am 
Norman WalshDec 7, 2008 8:26 am 
Dave PawsonDec 7, 2008 9:53 am 
Dave PawsonDec 7, 2008 10:10 am 
Subject:Calabash problem - primary port(s)
From:Dave Pawson (dave@gmail.com)
Date:Dec 7, 2008 5:35:59 am
List:org.w3.xproc-dev

Still puzzling over ports.

<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="res" primary='true'> <p:pipe step='ident' port='result'/> <p:document href="op.xml"/> </p:output> <p:identity name='ident'/>

</p:declare-step>

Running this through Calabash,

Error : Pipeline failed: err:XS0030: null It is a static error to specify that more than one input port is the primary.

I can only see one port marked as primary?