hi Erik,

>
> Message: 6
> Date: Wed, 31 Mar 2004 23:06:28 -0800
> From: Erik Bruchez <[EMAIL PROTECTED]>
> Subject: Re: address book example
> To: OXF Users <[EMAIL PROTECTED]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=us-ascii; format=flowed
>
> 4. No. populate.xpl does not declare any p:param elements, which means
>     that it does not take any inputs or outputs. All the inputs and
>     output ids declared in populate.xpl are local to this particular
>     pipeline.
>
>     If that helps, consider that a pipeline is a function taking and
>     returning named parameters. Those are exposed with
>     p:param. Everything else in the pipeline is the equivalent of
>     local variables in a function.
>

p:params would be similar to input/output parameters in normal subroutine
function calls ?  Is that right ?
Just declaration as to what goes in and out of the pipeline.

In the snippet below, what does "ref" attribute do ?
<p:output name="data" ref="data" debug="output-data"/>

> I hope this helps,

yes it does.  understanding and thinking more about all this issues.


_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to