18 May
2001
18 May
'01
9:12 a.m.
J M Cerqueira Esteves wrote:
On Tue, May 08, 2001 at 12:48:10AM +0100, Chris Withers wrote:
- HTML parsing now done using the Strip-o-Gram library.
html2safehtml ('Roses <b>are</B> red,<br/<blink>QUACK<//blink> violets ' '<i>are</i> blue', valid_tags=['b','i','br'])
successfully smuggling a <blink>...</blink> inside the result:
'Roses <b>are</b> red,<br><blink>QUACK</blink> violets <i>are</i> blue'
Okay, this is now fixed in the Squishdot CVS thanks to a very good HTMLParser from the PythonLabs guys :-) cheers, Chris