| 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 | |
Refine Search
| From | Sent On | Attachments |
|---|---|---|
| Dave Pawson | Dec 7, 2008 5:35 am | |
| James Fuller | Dec 7, 2008 6:58 am | |
| James Fuller | Dec 7, 2008 7:08 am | |
| Dave Pawson | Dec 7, 2008 7:23 am | |
| James Fuller | Dec 7, 2008 7:32 am | |
| James Sulak | Dec 7, 2008 8:06 am | |
| Norman Walsh | Dec 7, 2008 8:11 am | |
| Norman Walsh | Dec 7, 2008 8:13 am | |
| James Fuller | Dec 7, 2008 8:13 am | |
| James Fuller | Dec 7, 2008 8:15 am | |
| Dave Pawson | Dec 7, 2008 8:21 am | |
| Norman Walsh | Dec 7, 2008 8:22 am | |
| Norman Walsh | Dec 7, 2008 8:26 am | |
| Dave Pawson | Dec 7, 2008 9:53 am | |
| Dave Pawson | Dec 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?
-- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk

