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 _javascript_flow 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 |