Re: [Lift] Sending malformed HTML in custom dispatch

2009-12-26 Thread Ross Mellgren
You can use a standard xml-style response, but use Unparsed to embed unparsed (and possibly malformatted) XML as a string. -Ross On Dec 26, 2009, at 12:53 AM, tommycli wrote: I'm using custom dispatch (to handle both XML media files). Often, I will want to send a page that contains

[Lift] Sending malformed HTML in custom dispatch

2009-12-25 Thread tommycli
I'm using custom dispatch (to handle both XML media files). Often, I will want to send a page that contains user-inputted (X)HTML. This will often be malformed HTML that is nevertheless rendered fine by a modern browser. How would I send this through? I tried PlainTextResponse, but it sends the