cocoon.erard wrote:
hello,
I've e dom Element and like to start the pipeline processing from this Element.
How can I do that? Do I have to write a Generator?
Regards
Mike
If it's from flow, you can use pass the dom element to a jx-template
generator like this:
In flow:
cocoon.sendPage("pipelineWithJX", {"domElement" : domElement})
In jx:
<jx:template
xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">#{domElement}</jx:template>
Askild
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]