I filed this as a bug a week or two ago, and I believe a fix should be coming soon. There's no useful workaround that I've found, aside from replacing instances of < and > with something else, like [ and ]. When I tried to use HTML entities instead, the blip ended up containing the literal entity text. David
On Sun, Oct 18, 2009 at 11:55 AM, Peter Krantz <[email protected]>wrote: > > Hi! > > I have a python robot that returns text based on some user input. The > method I use is: > > reply_blip.GetDocument().SetText(reply) > > I have noticed that if the reply contains < or > the blip will be > displayed as empty in the wave. Do I have to escape the blip text > before using SetText()? If so, how? > > regards, > > Peter > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-wave-api?hl=en -~----------~----~----~----~------~----~------~--~---
