Brian Hawkins wrote:
I have one pipeline that generates a page that has a div tag in it. I would like to pass this pipeline a parameter that will be the name of another pipeline that it can run, get the result, and then place the results into that div tag.

How does one do this?

How about using xinclude and jx like:

  <div>
    <xi:include href="cocoon://${pipeline}" />
  </div>

The value of pipeline could be set with flow. The first pipeline should rely on the XIncludeTransformer.


Thanks
Brian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Andre H. Juffer              | Email: [EMAIL PROTECTED]
Triacle Biocomputing         | WWW: www.triacle-bc.com
The Biocenter and            | WWW: www.biochem.oulu.fi/Biocomputing/
    the Dep. of Biochemistry | Fax: +358-8-553-1141
University of Oulu, Finland  | Phone: +358-8-553 1161

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to