Java Developer wrote:

Hi All,

I am using cocoon with xsl and struts1.1

In one of the user request our webapp (<map:match pattern="blah/**.*">)

1. Generates the xml 2. Transform the generated xml using some xsls into image, and saves
it.
3. Now it needs the orignially generated xml(at step no. 1) inorder to
paint the html page properly.


Since the original xml has been changed after under going many
transformations, i tried to use generator tag again in the same match,
but it doesn't work.


There should be a simpler way to get the original xml in the middle of
processing..pls suggest me.


My question is why do you want to do this? In a multithreaded environment, writing to disc can be risky, as you need to ensure that you aren't writing to the disc at the same time as another user. Knowing more of your use-case would help in identifying the best way to achieve this.

Oh, and if you're willing to tell us your name, that would be nice!

Regards, Upayavira



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



Reply via email to