Jan Hoskens wrote:

Hi,

Is there a way to use different flow languages together (with current setup: cocoon 2.1 cvs Head updated 26/01/2004)? Like if I'm already using Apples and want a simple javascriptflow for another pipeline, how do I tell the sitemap to take apples or javascript engine?

sitemap

<flow language="apples"/>
<flow language="javascript>
   ...
</flow>

how do I choose between them in call tag?
<map:call function="..." >

(I realize that the stuff in apples can be rewritten in javascript, but that will have to wait a bit.)

Greetings,

Jan


<map:flow language="apples"/>
<map:flow language="javascript">
   ...
</map:flow>
...
<map:call function="yourJsFunctionHere"/>
...
<map:call function="your.path.to.your.apples.ClassHere"/>

This doesn't work?

Regards
Stephan



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



Reply via email to