[Lift] Re: Lift works on Google App Engine (within the confines of what's possible)

2009-04-20 Thread Jeremy Mawson
gt; me. That might be Amazon EC2 where I can power-up and down boxes at > will. > > There are also a number of different scalable storage solutions on > Amazon. > > I just can't for the life of me figure out why anyone would want to put a > > Java/Scala app on GAE. > > > > T

[Lift] Melbourne Scala User Group

2009-03-17 Thread Jeremy Mawson
Apologies for possible double-posting. I posted this via the google groups UI, but it has not been published to the group. 2009/3/18 Jem Mawson > Hello > > The Melbourne (Australia) Scala User Group has quite recently been set > up and discussions are underway about what topics / activities woul

[Lift] Re: XML unescaping

2009-03-17 Thread Jeremy Mawson
Thanks David. 2009/3/17 David Pollak > > > On Mon, Mar 16, 2009 at 8:51 PM, Jeremy Mawson < > jeremy.mawson.w...@gmail.com> wrote: > >> Thanks Marc. works nicely. >> >> For this exercise this is hypothetical, but it matches very closely a >> pr

[Lift] Re: XML unescaping

2009-03-16 Thread Jeremy Mawson
2009/3/17 Marc Boschma > > > On 17/03/2009, at 12:36 PM, Jeremy Mawson wrote: > > If I change the line to "description" -> * > {Unparsed(result.description)}*, it compiles but I have an > unwanted span tag and worse ... if result.description is not well formed XML &g

[Lift] Re: XML unescaping

2009-03-16 Thread Jeremy Mawson
in the > browser like "Catsby & Twisp", because the ampersand was escaped. I know > you're asking about the Utility object, but I think that would be fixing the > symptom rather than the cause. > > Derek > > > On Mon, Mar 16, 2009 at 6:13 AM, Jeremy Mawson

[Lift] XML unescaping

2009-03-16 Thread Jeremy Mawson
Hi, I've been mucking around with lift and having a great time. I have cooked up a page that retrieves XML from a datasource and renders it. However some of the text elements I extract are HTML encoded. When rendered in the browser it looks like HTML code, rather than rendered HTML. I looked for