On Mon, 28 Jan 2002, Tsui, Alban wrote: > Hi > > I am using Cocoon xsp etc. to generate svg graphics. Is there anyway that I > can gzip the xml/svg file before piping it back to the browser? It's because > the adobe svg plug-in can understand gzipped svg and I would like to take > advantage of that for my huge svg chart.
You could use mod_gzip when you have Apache in front of Cocoon. And I guess Servlet API 2.3 inroduced a filter concept so you could write your own filter for that. (Or of course use an existing impl;) ...if you are running a 2.3 complient Servlet Engine. -- Torsten --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>