Re: [GENERAL] Storing HTML: HTML entities being rendered in that raw form

2009-04-10 Thread Marco Colombo
linnewbie wrote: > On Apr 9, 1:00 pm, st...@blighty.com (Steve Atkins) wrote: >> On Apr 9, 2009, at 9:27 AM, linnewbie wrote: >> >>> Hi all, >>> I have stored HTML in a text field that I subsequently render on the >>> web. However when I retrieve and render this data on the web I am >>> getting t

Re: [GENERAL] Storing HTML: HTML entities being rendered in that raw form

2009-04-10 Thread Richard Huxton
linnewbie wrote: What I have on disk would be: Bonnie & Clyde which would usually be rendered as: Bonnie & Clype but this is not happening, it's being rendered as: Bonnie & Clyde There are only three options. 1. That is *not* what you have stored in the database, it's being escaped on t

Re: [GENERAL] Storing HTML: HTML entities being rendered in that raw form

2009-04-09 Thread linnewbie
On Apr 9, 1:00 pm, st...@blighty.com (Steve Atkins) wrote: > On Apr 9, 2009, at 9:27 AM, linnewbie wrote: > > > Hi all, > > > I have stored HTML in a text field that I subsequently render on the > > web.  However when I retrieve and render this data on the web I  am > > getting the entities being r

Re: [GENERAL] Storing HTML: HTML entities being rendered in that raw form

2009-04-09 Thread Steve Atkins
On Apr 9, 2009, at 9:27 AM, linnewbie wrote: Hi all, I have stored HTML in a text field that I subsequently render on the web. However when I retrieve and render this data on the web I am getting the entities being rendered in their raw form, ie, instead of getting the '&' symbol when '&' is

Re: [GENERAL] Storing HTML: HTML entities being rendered in that raw form

2009-04-09 Thread Raymond O'Donnell
On 09/04/2009 17:27, linnewbie wrote: > I have stored HTML in a text field that I subsequently render on the > web. However when I retrieve and render this data on the web I am > getting the entities being rendered in their raw form, ie, instead of > getting the '&' symbol when '&' is stored I'

[GENERAL] Storing HTML: HTML entities being rendered in that raw form

2009-04-09 Thread linnewbie
Hi all, I have stored HTML in a text field that I subsequently render on the web. However when I retrieve and render this data on the web I am getting the entities being rendered in their raw form, ie, instead of getting the '&' symbol when '&' is stored I'm getting the 'raw' '&'. I would be g