Hi, >How do you find using Textile as compared to using something like >TinyMCE? I'm trying to find one optimal solution that will do for most >of my custom cms cases to make sure users can enter formatted text some >of the time but absolutely can't break their site with malformed xhtml. >I would prefer to err on the side of slightly inconvenient and >unbreakable. > > In my environment it works well, I've only got a small number of people using Textile - 4-5 techies, who I all work closely with. I wouldn't want to roll this out to less techie people.
Textile can produce invalid HTML, I found at least one string that did this. Fixing it did not look easy, and the author was unresponsive. Thinking about your situation, I reckon you're probably best sticking with TinyMCE, and adding some validation. Use ElementTree (or anything) to validate what you receive is valid XML. Ok, that's not an easy error for the user to cope with, but at least it's better than their site randomly breaking. Paul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

