simoneinweb schrieb: > Hi Guys! > > I'm using turbogears for a project and I need an ajaxgrid that > displays a list of user-submitted data in real time. Ajaxgid works > great but I need to embeed some html (links most of all) in its > output. The problem is that every tag is escaped (or, probably, not > interpreted) and as result I see in the browser, together with the > text, the html not parsed. > > I've searched a lot but I have not found any solution ([1] has not > been helpful). > Any help much appreciated!!!
Without you showing code I'm not sure what exactly you need - but most probably either kid.XML or genshi.XML. They will take valid XHTML and return a template-embeddable tree-object. Diez --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

