I have a project named "maki" that interfaces to several XSL transformers (including 4Suite's 4xslt, Gnome's libxslt, Sablotron, and Pyana/Xalan). It can also generate dynamic XML documents by evaluating embedded Python code (which can then be styled with XSLT).
It started life as a mod_python handler, but I have recently added adapters that allow it to work as either a FastCGI server or a Webware plugin. Here's the url... http://maki.sourceforge.net/ Regards, Sam Ray Leyva wrote: > Yves, > > Worked with several xml / xslt solutions with python / webware. After a > while I've generally stuck with the gnome libxml2 / libxslt with python > bindings. Fairly fast, and great bindings. > > If all you need is good xml / xslt support "on the fly" I think it's > something you might want to take a look at. > > G'Luck, > Ray > > On Wed, 2002-07-03 at 03:26, Stephan Diehl wrote: > >>I've experimented with webware and 4suite a while ago, but didn't really >>integrate anything. I just converted some xml files with the xslt prosessor >>from 4suite on the fly to html. >>the 4suite tools (at least a year ago) seemed a little bit slow. Since >>xml/xslt functionality is somewhat orthogonal to webware, I'd try some C >>library based solutions if speed is an issue (with "on the fly", speed is >>always an issue). >>On the plus side, the 4suite tools are well documented and easy to use. >> >>hope that helps >> >>stephan >> >>>Hello >>> >>>Anybody tried 4Suite with Webware? >>> >>>I want to have the cache, the power and and .... from webware and the >>>XML Functionality from 4Suite... >>> >>>I think they would be a DREAM TEAM... >>> >>>regards yves >>> >>> >>> >>>------------------------------------------------------- >>>This sf.net email is sponsored by:ThinkGeek >>>No, I will not fix your computer. >>>http://thinkgeek.com/sf >>>_______________________________________________ >>>Webware-discuss mailing list >>>[EMAIL PROTECTED] >>>https://lists.sourceforge.net/lists/listinfo/webware-discuss >> >> >>------------------------------------------------------- >>This sf.net email is sponsored by:ThinkGeek >>No, I will not fix your computer. >>http://thinkgeek.com/sf >>_______________________________________________ >>Webware-discuss mailing list >>[EMAIL PROTECTED] >>https://lists.sourceforge.net/lists/listinfo/webware-discuss > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > No, I will not fix your computer. > http://thinkgeek.com/sf > _______________________________________________ > Webware-discuss mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/webware-discuss ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek No, I will not fix your computer. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
