passing same instance to multiple processors in xpl

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

passing same instance to multiple processors in xpl

srikanth.prodigy

Can we  to pass same instance to multiple processors? How can we achieve this in xpl?

 

<p:config >

         <p:param name="instance" type="input"/>

   

    <p:processor name="oxf:xslt">

     <p:input name="data" href="#instance"/>

      <p:input name="config">

      </p:input>

   

    <p:output name="data" id="query1"/>

  </p:processor>

 

<p:processor name="oxf:xslt">

<p:input name="data" href="#instance"/>

<p:input name="config">

 

    </p:processor>

</p:config>

 

Thanks,

Srikanth A

 

 

 



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

save-userprofile.xpl (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: passing same instance to multiple processors in xpl

Erik Bruchez
Administrator
Yes that shouldn't be a problem, we do this all the time.

-Erik

On May 13, 2009, at 10:07 AM, Srikanth A wrote:

> Can we  to pass same instance to multiple processors? How can we  
> achieve this in xpl?
>
> <p:config >
>          <p:param name="instance" type="input"/>
>
>     <p:processor name="oxf:xslt">
>      <p:input name="data" href="#instance"/>
>       <p:input name="config">
>       </p:input>
>
>     <p:output name="data" id="query1"/>
>   </p:processor>
>
> <p:processor name="oxf:xslt">
> <p:input name="data" href="#instance"/>
> <p:input name="config">
>
>     </p:processor>
> </p:config>
>
> Thanks,
> Srikanth A
>
>
>
> <save-userprofile.xpl>
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws