What are you losing?
I'm sending back html fine with:

return TextStreamResponse("text/html", html.toString());

Cheers,
Nick.


Bill Holloway wrote:
Well, the value being written out contains markup that I want passed
through with no changes.  writer,print() and TextStreamResponse both
encode the markup.  writer.writeRaw(value) does it nicely.

Bill


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

Reply via email to