You could put an ajax call on your page, retrieve that string through an seprate request and then render your string using innerHTML from javascript.
But if the HTML isn't valid, you may have trouble rendering it no matter what you do. On 6/11/06, Fred C <[EMAIL PROTECTED]> wrote: > > > Hello, > > In my kid template I have this following line: <div > class="reviewitem" py:content="XML(review.Content)" />. > My problem is when the XML() argument is not a very clean html > string, XML fail miserably. > How can I manage to roughly clean that string (in the template) or at > least return the string not formated, instead of having an exception > thrown. > > Thanks > > -fred- > > > > > > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

