- From: Dave Pawson <dave.pawson@gmail.com>
- Date: Sun, 7 Dec 2008 13:36:22 +0000
- To: xproc-dev <xproc-dev@w3.org>
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
Received on Sunday, 7 December 2008 13:36:57 UTC