Re: Do pipelines have ports?

James,

> Is it correct to say that pipelines have ports as well, given an  
> example such as this?
>
> <p:declare-step xmlns:p="http://www.w3.org/ns/xproc">
>     <p:input port="source">
>         <p:document href="BookStore.xml"/>
>     </p:input>
>     <p:output port="result"/>
>     <p:identity/>
> </p:declare-step>
>
> If not, what do you call them?


Absolutely. And if you ever give that step a type, then you can invoke  
it as a step in another pipeline in exactly the same way you can the  
built-in steps.

Jeni
-- 
Jeni Tennison
http://www.jenitennison.com

Received on Thursday, 18 September 2008 21:02:48 UTC