I've generally used cheetah to generate xslt, and then transformed that using 4suite into html which ultimatly gets sent to the browser. Jose
Ian Bicking wrote: > Ben Bangert wrote: > >> On Jun 8, 2006, at 10:34 AM, naduc wrote: >> >> >> >>> Can I use XSLT as template language with Pylon? >>> If a plug-in is neccesary, then is there any example to do this? >>> >> Yup, all Buffet template plug-in's are supported, see the list here: >> http://projects.dowski.com/projects/buffet >> >> You'll need BuffetXSLT which uses the Amara tools. There's a doc on the >> website about using other template languages using buffet here: >> http://pylonshq.com/docs/0.8.2/template_plugins.html >> > > XSLT as middleware seems like it makes more sense than XSLT as a content > generator. That is, you generate XML using something (up to you) then > use XSLT to transform that to the end result; classic middleware territory. > > I don't know if there's a good and maintained XSLT WSGI middleware at > this point. One option is this: > http://www.decafbad.com/blog/2005/07/18/discovering_wsgi_and_xslt_as_middleware > > There might be more actively maintained things out there. I've copied > Brad and Uche in case they have thoughts. > > Ian > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
