Antony Joseph schrieb: > Hi , > > I am trying to display the email files in the browser.. > I get an raw html , which is not wiell-formed one. > > i want to display it in my turbogears application, > > for that i want to skip/ignore the xml parsing which kid templates do > basically...... > > Any soultion for this problem
Pass the invalid html through BeautifulSoup or a similar tool (lxml features also a HTML-cleaning implementation) 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 -~----------~----~----~----~------~----~------~--~---

