Hello *,

I'm confused about the order in my pipeline:
I write a HTML-table, which gets transformed (with a custom action) in
a PDF.
The strange about it: Cocoon calls first the execution of my action and then
writes the HTML-file.


-----------------8<--------------------------------------------------------------------------
<map:transform type="write-source">
          <map:parameter name="serializer" value="html"/>
</map:transform>
                        
                                                                                
                
<map:act type="MyCustomAction"/>
                        
                                        
<map:serialize type="html"/>
------------------------------------------------------>8--------------------------------------

Any idea, how I can write first the HTML an then call my action?

Thanks for reading...

---

Regards,

Stefan Shoeman

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

Reply via email to