Is there a way I can store the "render:stream" value in a local variable
As we know, the render:stream will always stream the output to the browser. I have a requirement where I need to process the output of render stream at the server side and print it. So I tried using ics.ReadPage and called a siteentry/csElement which has the code <render:stream variable="myvalriable"/>. But still I get the unprocessed output in the ics.ReadPage, calling the SiteEntry. Appreciate your help regarding this.