RE: removing those blank lines from the output

2003-07-09 Thread Michael Duffy
tsuite.com/servlets/trimflt.htm > > > http://www.servletsuite.com/servlets/gzipflt.htm > > > > > > This might do all you ever wished for :-) > > > > > > I'll install it here and keep you posted... > > > > > > Best regards, > &g

RE: removing those blank lines from the output

2003-07-09 Thread Martin van Dijken
h the line number in my source file. just my 2 cents Martin van Dijken > -Original Message- > From: Neil Zanella [mailto:[EMAIL PROTECTED] > Sent: woensdag 9 juli 2003 8:00 > To: Tag Libraries Users List > Subject: RE: removing those blank lines from the output > >

RE: removing those blank lines from the output

2003-07-08 Thread Neil Zanella
all you ever wished for :-) > > > > I'll install it here and keep you posted... > > > > Best regards, > > Eric > > > > -Original Message- > > From: Michael Duffy [mailto:[EMAIL PROTECTED] > > Sent: Montag, 7. Juli 2003 21:15 > > To:

RE: removing those blank lines from the output

2003-07-08 Thread Michael Duffy
s might do all you ever wished for :-) > > I'll install it here and keep you posted... > > Best regards, > Eric > > -Original Message- > From: Michael Duffy [mailto:[EMAIL PROTECTED] > Sent: Montag, 7. Juli 2003 21:15 > To: Tag Libraries Users List > Sub

RE: removing those blank lines from the output

2003-07-08 Thread Eric . Lewis
ssage- From: Michael Duffy [mailto:[EMAIL PROTECTED] Sent: Montag, 7. Juli 2003 21:15 To: Tag Libraries Users List Subject: Re: removing those blank lines from the output I guess you can do that, but I prefer something else. I use a GZIP compression filter on my control servlet that gets r

Re: removing those blank lines from the output

2003-07-07 Thread Michael Duffy
I guess you can do that, but I prefer something else. I use a GZIP compression filter on my control servlet that gets rid of all that extraneous whitespace and more when I sent responses back to clients that can accept compressed output. That's what eBay does routinely. I'm seeing good compr

Re: removing those blank lines from the output

2003-07-07 Thread Yann Cébron
"Michael Duffy" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > Sorry, but I thought the question had to do with > getting rid of whitespace from JSPs generated at > runtime. Perhaps I lost the thread. - MOD > Actually, since all your JSP-tags and HTML-tags will be side by

Re: removing those blank lines from the output

2003-07-07 Thread Michael Duffy
Sorry, but I thought the question had to do with getting rid of whitespace from JSPs generated at runtime. Perhaps I lost the thread. - MOD --- Yann Cébron <[EMAIL PROTECTED]> wrote: > Hi, > > here's a snippet I use in my build.xml after copying > the JSPs and HTML files > to the build dir: >

Re: removing those blank lines from the output

2003-07-07 Thread Yann Cébron
Hi, here's a snippet I use in my build.xml after copying the JSPs and HTML files to the build dir: This is not a perfect solution, but it gets you a *very* compact HTML output and it does not have any runtime-costs like e.g. Servlet-filters or other tags which strip the whitespace *af

RE: removing those blank lines from the output

2003-07-07 Thread Eric . Lewis
Hi Neil It doesn't seem so... What I do is either piece together the HTML code (which makes it unreadable, but more compact), another idea might be the use of in the String tag library. Best regards, Eric -Original Message- From: Neil Zanella [mailto:[EMAIL PROTECTED] Sent: Montag, 7. J