How can I pass XML generated by JSP to Cocoon for further processing?
I have a web report which is done using JSP & HTML its a simple retrieve from database on generating this report i am also creating same format data, like heading and columns and data in a excel sheet and saving it to C:\exceldata.xls and alone with this web report there is a anchor which will point to C:\exceldata.xls every time (hard coded in the jsp page) every thing works fine as expected as soon as jsp page retrieves data from the database along with the jsp report there is a anchor at the top which points to C:\exceldata.xls. onclick on this link retreives the same report in excel format, so i am doing this on jsp page load (saving excel sheet to locate c:\ and jsp page generation)but when i change the parameters in the parameters page and trying to generate a new jsp report so it should over write the current saved file C:\exceldata.xls, its not doing that and also if file was open and trying to generate it again it gives error, so what i want to do is before saving execldata.xl