On Jun 11, 2006, at 5:37 PM, Jorge Vargas wrote:

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.

why not make that string valid xhtml?  XML is evil inside kid and should be avoid

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.

is that data coming from the db or a user? why not clean it up at insertion time?

Just because this data is coming from a database from a third party and they don't feel the need to produce a clean html since it is displayed well in their browsers.

-fred-

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to