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 >

[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

Re: [GENERAL] Posgres Adding braces at beginning and end of text (html) content

2009-04-02 Thread linnewbie
On Apr 2, 11:06 am, linnewbie wrote: > On Apr 2, 10:01 am, andreas.kretsch...@schollglas.com ("A. > > > > Kretschmer") wrote: > > In response to linnewbie : > > > > I am using tcl ( ncgi and tclobdc ) so it is more like the excerpts > >

Re: [GENERAL] Posgres Adding braces at beginning and end of text (html) content

2009-04-02 Thread linnewbie
On Apr 2, 10:01 am, andreas.kretsch...@schollglas.com ("A. Kretschmer") wrote: > In response to linnewbie : > > > > > I am using tcl ( ncgi and tclobdc ) so it is more like the excerpts > > below: > > > ie I input: > > > Hello World > >

Re: [GENERAL] Posgres Adding braces at beginning and end of text (html) content

2009-04-02 Thread linnewbie
On Apr 2, 8:59 am, l...@solumslekt.org ("Leif B. Kristensen") wrote: > On Thursday 2. April 2009, linnewbie wrote: > > >Hi All, > > >I'm fairly new to postgres and I'm having this peculiar problem. > > >I'm storing raw html in a text field and

[GENERAL] Posgres Adding braces at beginning and end of text (html) content

2009-04-02 Thread linnewbie
Hi All, I'm fairly new to postgres and I'm having this peculiar problem. I'm storing raw html in a text field and I want users who know HTML to update the content in a textarea field. The problem is postgres is adding braces to the begining and ending of the content. On creation and every time

[GENERAL] Posgres Adding braces at beginning and end of text (html) content

2009-04-02 Thread linnewbie
Hi All, I'm fairly new to postgres and I'm having this peculiar problem. I'm storing raw html in a text field and I want users who know HTML to update the content in a textarea field. The problem is postgres is adding braces to the begining and ending of the content. On creation and every time