| ||
![]() |
Flow | |
|
This chapter is about Lenya/Cocoon's process for controlling Flow.
Flow is Lenya's method for passing control of the pipeline from the XMAP to a JavaScript function. Specify where your JavaScript functions are by adding a Flow section, usually placed directly before the resources. <map:flow language="javascript">
Transfer control in a pipeline: <map:call function="doSomething">
Parameters are optional. MyJavascript.js function doSomething(){
In This Chapter
|