dumb newbie question

2004-01-30 Thread Jonas Stricker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello all,

I would like to know wether there´s a not too sophisticated method to
clean up the output of JSPs that are rendered by tomcat.
Reason: I am supposed to produce some XML dynamically, which has to be
parsed again by some - well, let´s say: not _very_ wise guys.
So it would be kind of useful for me to get rid of the empty lines in
the HTML/XML/what-ever output. In the end it doesn´t look to nice, too. :)
Thanks for any hint or advice,
Jonas Stricker, Munich/Germany
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFAGj3DVLLBXbwFLdERAhc0AJ9Of/HWjldOvVawSbmhsoXjwNBlyQCdGx2x
Qz7d2BrM4oS6nRK1feYAEcA=
=JhwE
-END PGP SIGNATURE-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: dumb newbie question

2004-01-30 Thread Ralph Einfeldt

You can define a servlet filter that parses the 
response stream.

Depending on what you have to parse there may be tools
that can help you to do the parsing and stripping.

 -Original Message-
 From: Jonas Stricker [mailto:[EMAIL PROTECTED]
 Sent: Friday, January 30, 2004 12:20 PM
 To: [EMAIL PROTECTED]
 Subject: dumb newbie question
 
 I would like to know wether there´s a not too sophisticated method to
 clean up the output of JSPs that are rendered by tomcat.
 
 Reason: I am supposed to produce some XML dynamically, which has to be
 parsed again by some - well, let´s say: not _very_ wise guys.
 So it would be kind of useful for me to get rid of the empty lines in
 the HTML/XML/what-ever output. In the end it doesn´t look to 
 nice, too. :)
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



AUTO 'Getty=987-449'dumb newbie question

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:987449


-Original Message-
From: Jonas Stricker [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 3:43AM
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: dumb newbie question



-BEGIN PGP SIGNED MESSAGE- 
Hash: SHA1 

Hello all, 

I would like to know wether theres a not too sophisticated method to 
clean up the output of JSPs that are rendered by tomcat. 

Reason: I am supposed to produce some XML dynamically, which has to be 
parsed again by some - well, lets say: not _very_ wise guys. 
So it would be kind of useful for me to get rid of the empty lines in 
the HTML/XML/what-ever output. In the end it doesnt look to nice, too. :) 

Thanks for any hint or advice, 
Jonas Stricker, Munich/Germany 
-BEGIN PGP SIGNATURE- 
Version: GnuPG v1.2.2 (Darwin) 
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org 
http://enigmail.mozdev.org  

iD8DBQFAGj3DVLLBXbwFLdERAhc0AJ9Of/HWjldOvVawSbmhsoXjwNBlyQCdGx2x 
Qz7d2BrM4oS6nRK1feYAEcA= 
=JhwE 
-END PGP SIGNATURE- 

- 
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



AUTO 'Getty=987-535'dumb newbie question

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:987535


-Original Message-
From: Ralph Einfeldt [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 3:48AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: dumb newbie question




You can define a servlet filter that parses the 
response stream. 

Depending on what you have to parse there may be tools 
that can help you to do the parsing and stripping. 

 -Original Message- 
 From: Jonas Stricker [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
 Sent: Friday, January 30, 2004 12:20 PM 
 To: [EMAIL PROTECTED] 
 Subject: dumb newbie question 
 
 I would like to know wether theres a not too sophisticated method to 
 clean up the output of JSPs that are rendered by tomcat. 
 
 Reason: I am supposed to produce some XML dynamically, which has to be 
 parsed again by some - well, lets say: not _very_ wise guys. 
 So it would be kind of useful for me to get rid of the empty lines in 
 the HTML/XML/what-ever output. In the end it doesnt look to 
 nice, too. :) 
 

- 
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: dumb newbie question

2004-01-30 Thread Adam Hardy
I read on this list a while back that there is now a configuration 
parameter or switch somewhere take care of this. Apparently it is by 
default OFF, because it doesn't comply with the servlet spec.

I am not sure what the parameter is, nor whether it is in a production 
release yet.

Perhaps someone else knows.

Adam

On 01/30/2004 12:47 PM Ralph Einfeldt wrote:
You can define a servlet filter that parses the 
response stream.

Depending on what you have to parse there may be tools
that can help you to do the parsing and stripping.

-Original Message-
From: Jonas Stricker [mailto:[EMAIL PROTECTED]
Sent: Friday, January 30, 2004 12:20 PM
To: [EMAIL PROTECTED]
Subject: dumb newbie question
I would like to know wether there´s a not too sophisticated method to
clean up the output of JSPs that are rendered by tomcat.
Reason: I am supposed to produce some XML dynamically, which has to be
parsed again by some - well, let´s say: not _very_ wise guys.
So it would be kind of useful for me to get rid of the empty lines in
the HTML/XML/what-ever output. In the end it doesn´t look to 
nice, too. :)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
struts 1.1 + tomcat 5.0.16 + java 1.4.2
Linux 2.4.20 Debian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]