8 Mar
2000
8 Mar
'00
10:12 a.m.
Graham Chiu wrote:
I wish to allow users to enter comments into my database which are then viewable thru the browser.
Is there a Zope function that I can pass their text thru to remove all HTML?
Nope. There may be some standard python library module that I don't know about, however. Otherwise, you will have to write your own. -Michel