Hi,
I have some jsp-pages which, when run, generates a lot of
whitespace in the resulting page. It typically looks something like:
---Start---









  <?xml version="1.0"?>
...
--Stop--
Is there a way to prevent tomcat from making all this whitespace and make
output like:
--Start--
  <?xml version="1.0"?>
--Stop--

?


Cato Førrisdahl



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

Reply via email to