Hi,I am upgrading an application from Cocoon 1.8.2 to Cocoon 2.1.11. I
am facing a problem.My generator reads an xml document (source.xml),
processes it, retrieves data and finally generates a java Object which can
be represented as a String or xml. I want my serializer to use this object
as source and use the existing xsl (source.xsl) file to finally create my
html page. I failed to inject this java Object as a replacement of the
source.xml. My serializer still reads source.xml and creates html against
the same. I searched in the google and apache website, but did not find
any solution. Mr. Stefano Mozacci suggested me to contact you. Can you
please guide me how should I proceed? I created a Generator (modified from
CSV Generator) and the generate method is attached.Warm Regards Shankar