Yes, I understand that, but if I actually need to explicitly bind one of the ports like this:

      <p:input port="source">
        <p:document href="import.ebp"/>
      </p:input>

how do I do it?

Regards,

Kevin

Toman_Vojtech@emc.com wrote:
When you use p:pipeline, you automatically get 'source', 'result' and 'parameters' ports. That is why you get the XS0011 errors.
 
Regards,
Vojtech


From: xproc-dev-request@w3.org [mailto:xproc-dev-request@w3.org] On Behalf Of Kevin Flynn
Sent: Friday, July 03, 2009 12:22 PM
To: xproc-dev@w3.org
Subject: Re: Difficulty overriding parameter values


Well, I run into other problems then:

Error  : XS0011: Duplicate port name: source
Error  : XS0011: Duplicate port name: parameters
Error  : XS0011: Duplicate port name: result

and I need to be able to declare the source port so I can bind it to my source file.

I'll send a mail to Norman Walsh.