RE: AW: Compression in HTML Serializer ?

2002-03-11 Thread Bert Van Kets
]] Sent: Sunday, March 10, 2002 9:26 PM To: [EMAIL PROTECTED] Subject: Re: AW: Compression in HTML Serializer ? Someone asked about removing superfluous spaces in generated html At 13:51 09/03/02, Jörn Heid wrote: You can remove most of those whitespaces (those between tags) with xslt

Re: AW: Compression in HTML Serializer ?

2002-03-11 Thread Nicola Ken Barozzi
From: Bert Van Kets [EMAIL PROTECTED] The best solution would be to add JTidy in the HTML serializer. This way the HTML is optimized in a decent fashion, according to the W3C rules. Since JTidy is already included in Cocoon for the HTML file generator, can someone, with a little more

RE: AW: Compression in HTML Serializer ?

2002-03-11 Thread SANSONE, AARON M [Non-Pharmacia/1000]
McLintock [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 10, 2002 2:26 PM To: [EMAIL PROTECTED] Subject: Re: AW: Compression in HTML Serializer ? Someone asked about removing superfluous spaces in generated html At 13:51 09/03/02, Jörn Heid wrote: You can remove most of those whitespaces

Re: AW: Compression in HTML Serializer ?

2002-03-11 Thread Nicola Ken Barozzi
From: SANSONE, AARON M [Non-Pharmacia/1000] [EMAIL PROTECTED] FYI, we are using Apache 1.3.9, with MOD_GZIP running Cocoon under the JRun servlet engine and we are seeing 85%-95% compression ratios! We are returning large data sets to the user so needless to say this is a huge performance

RE: AW: Compression in HTML Serializer ?

2002-03-11 Thread Luca Morandini
PROTECTED] Subject: Re: AW: Compression in HTML Serializer ? From: SANSONE, AARON M [Non-Pharmacia/1000] [EMAIL PROTECTED] FYI, we are using Apache 1.3.9, with MOD_GZIP running Cocoon under the JRun servlet engine and we are seeing 85%-95% compression ratios! We are returning large data

Re: AW: Compression in HTML Serializer ?

2002-03-11 Thread Nicola Ken Barozzi
From: Luca Morandini [EMAIL PROTECTED] Nicola, which Tomcat filter does it ? Could you point me to the relevant doc ? Look in the Tomcat docs, it should be there. Moreover, could it make sense to use this filter and bypass the web-server completely, even for static contents ? It depends

RE: AW: Compression in HTML Serializer ?

2002-03-11 Thread Luca Morandini
://utenti.tripod.it/lmorandini/index.html - -Original Message- From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 6:05 PM To: [EMAIL PROTECTED] Subject: Re: AW: Compression in HTML Serializer ? From: Luca

RE: AW: Compression in HTML Serializer ?

2002-03-11 Thread TREGAN Fabien
Nicola, ahem... I wasn't able to find such a filter :( Did you look look at the workers doc ? [from the worker-how-to : ajpv13 is a more binary protocol and it try to compress some of the request data by coding frequently used strings as small integers.] ft.

RE: AW: Compression in HTML Serializer ?

2002-03-10 Thread Luca Morandini
: Compression in HTML Serializer ? Someone asked about removing superfluous spaces in generated html At 13:51 09/03/02, Jörn Heid wrote: You can remove most of those whitespaces (those between tags) with xslt und some configurations within the sitemap. This won't work for JavaScript or CSS