Re: [Google Wave APIs] HTML in blips (python)

2009-12-08 Thread Raphaël Pinson
Hi, I have the same problem with Flammard. I couldn't find a way to do it, so I'm parsing the HTML and adding annotations to my text to format it properly. Raphaël On Tue, Dec 8, 2009 at 9:16 PM, da burger wrote: > A robot I am developing is requires to get large numbers of unicode > strings

[Google Wave APIs] HTML in blips (python)

2009-12-08 Thread da burger
A robot I am developing is requires to get large numbers of unicode strings from an external source. Some of these strings contain HTML formatting. When I use root_wavelet.CreateBlip().GetDocument().SetText(x) (x being the string in this case) it prints the actual HTML tags and dosn't format. Is