Mike Driscoll schrieb: > I assume the sticking point is in Genshi. Right now it's using the > following syntax: > > <div py:replace="XML(content)">Formatted content goes here.</div> > > What should I use instead of that to insert "real" formatted content?
IMHO it's generally a bad idea to let a user enter text in HTML directly. I would suggest utilizing a text based markup format like textile or ReST (doesn't the 20-minute wiki already do that?) or some kind of wysiwyg editor. Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

