> From: Chad Johnson [mailto:chadj@leary.csoft.net] > > Yes, currently I am parsing the stylesheet every page view. Just a note > of clarification. When I say '1s execution time' I'm talking about the > total time the application takes to fire up, do the transform, then stop. > > What methods would you suggest to skip the translation step every page > view? You might consider using a simple MVC framework like Maverick. Maverick lets you define commands (urls) in a config file like this: The "domify" automatically wraps the JavaBeans model in a DOM façade, but you can also generate content from JSP, Velocity, and static documents. Caching of XSLT templates is of course handled for you. So far, observed performance is great. The URL is: http://mav.sourceforge.net You might also want to look at Cocoon, but that is a *lot* more complicated. Jeff Schnitzer jeff@infohazard.org --------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: general-unsubscribe@xml.apache.org For additional commands, e-mail: general-help@xml.apache.org