I'm building my own wiki as part of a larger project. To render the wiki I'm using the textile python library, which takes my wiki mark-up and outputs xhtml. The xhtml is stored as a standard python string.
I'd like to print this string in genshi like any other, but of course genshi is escaping the rendered xhtml. How do I convince genshi to just print the string without munging it? Thanks again.....this mailing list is always super-helpful. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

