Re: JSP generating XML, passed through XSL?

2000-02-10 Thread Suhas Kulkarni
Hope this helps.. It worked for me. But haven't tried through XSL.. Let me know if you find anything.. ?xml version="1.0" encoding="UTF-8"? %@ page language="java" import="java.util.Date" % root %! Date date = new Date(); % messageJSP with XML Content /message %

Caching in JSP

2000-02-09 Thread Suhas Kulkarni
Hi Friends, Has anyone worked on CACHING IN JSP. Something like, % setCacheCriteria(60); % I believe its an undocumented one.. I did not find much one this one. Please pass on any documents/links.. Any help , greatly appreciated.. take care, -Suhas