> Hi 
>  
> I want to do some reporting that is to be called by a cron job.
>  
> I do not want to use a reporting tool. Can use JSP 
>  
> 
> *     to talk to the database 
> *     fetch the relevant details
> *     format the details as a report
> *     fetch the HTML  source of the generated report
> *     and email it to intended recipients
> 
> My doubt is 
>  
> is it possible to fetch the HTML source of a  JSP?
>  
> I know I could use java mail to email if I could manage to 
> get the source.
>  
> Please pour in your suggestions
>  

This is probably not what you want to hear, but if I had to do this, then I
would be looking to provide the report data as XML and then use an XSLT
stylesheet (call it your template if you wish) to transform the XML data
into HTML or whatever I wanted.

Regards
Roger 

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

Reply via email to