On Jan 11, 2008 1:10 AM, Max Ischenko <[EMAIL PROTECTED]> wrote: > > > > On Jan 11, 2008 10:42 AM, Mike Orr <[EMAIL PROTECTED]> wrote: > > > > > > Ben discovered two problems with using ElementTree for the WebHelpers > > HTML generation: > > ... > > > > > > Any better ideas? Is there a tokenizing XHTML/HTML generator that's > > pythonic and doesn't depend on C libraries? > > > > > > > > I must have missed it but why do you need one?
To generate the HTML in a more systematic manner than just filling strings, and guarantee it's well formed. To squash some bugs where things sometimes get double-escaped, by keeping escapable and non-escapable chunks distinct. -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
