Re: Examples of pipelines, various

On 2/17/07, Rui Lopes <rlopes@di.fc.ul.pt> wrote:
>
> So, with this direct syntax on steps, what happens when I have a
> pipeline library defining a pipeline "my-pipe" and want to use it inside
> another pipeline? Currently, we could do it with something like
>
> <p:step type="my-pipe">...</p:step>
>
> IMHO, with the direct syntax there is no way to do it. Maybe we need a
> <p:call-pipeline /> ? Or am I missing something?



A pipeline defines a component type and so the invocation would be the same
as any other component:

<my-pipe> ... </my-pipe>





-- 
--Alex Milowski
"The excellence of grammar as a guide is proportional to the paucity of the
inflexions, i.e. to the degree of analysis effected by the language
considered."

Bertrand Russell in a footnote of Principles of Mathematics

Received on Saturday, 17 February 2007 16:20:57 UTC