I'm writing a jsp to return out a simple xml document and it is being
preceded by quite a few line breaks, causing my test parser to fail.

The page simply calls out.println(xmlstring);

Is there another way to control precisely the contents returned by a JSP?

I thought there would be a "setContent" method in the implicit response
object, but there isn't.

Reply via email to