Re: [Twisted-Python] XMLString clarification

2014-04-09 Thread Glyph
On Apr 8, 2014, at 7:38 PM, Kevin Mcintyre wrote: > I've opted for placeholder and added callback to flatten. > > I'm a hack, and it was holding up delivery of email. What I would do is use html5lib to parse the HTML, then emit it as HTML before re-parsing it as XML. XMLString is designed to

Re: [Twisted-Python] XMLString clarification

2014-04-08 Thread Kevin Mcintyre
I will try to get a test class together to demonstrate. On Tue, Apr 8, 2014 at 4:38 PM, Kevin Mcintyre wrote: > I've opted for placeholder and added callback to flatten. > > I'm a hack, and it was holding up delivery of email. > > > On Tue, Apr 8, 2014 at 4:19 PM, Werner Thie wrote: > >> Hi Kev

Re: [Twisted-Python] XMLString clarification

2014-04-08 Thread Kevin Mcintyre
I've opted for placeholder and added callback to flatten. I'm a hack, and it was holding up delivery of email. On Tue, Apr 8, 2014 at 4:19 PM, Werner Thie wrote: > Hi Kevin > > > On 4/8/14 9:34 AM, Kevin Mcintyre wrote: > >> I'm still having trouble getting my multipart text/html from an email

Re: [Twisted-Python] XMLString clarification

2014-04-08 Thread Werner Thie
Hi Kevin On 4/8/14 9:34 AM, Kevin Mcintyre wrote: I'm still having trouble getting my multipart text/html from an email into XMLString. I run the html through beautifulsoup then remove the doctype, but if there's anything at all off about the resulting xml it still craps out. How? Traceback?

[Twisted-Python] XMLString clarification

2014-04-08 Thread Kevin Mcintyre
I'm still having trouble getting my multipart text/html from an email into XMLString. I run the html through beautifulsoup then remove the doctype, but if there's anything at all off about the resulting xml it still craps out. Is there anyway to stick an arbitrary string into a template? Or shou