xsltpages - Summary
This group is not part of the GNU Project.
XRT is built on top of libxml2/libxslt (http://www.xmlsoft.org) and (right now) is python specific.
XRT turns HTTP requests into a DOM which you can then transform with a standard XSLT script. It's possible to dynamically load extension functions to get data into your XSLT.
The aims of the project are:
- to make REST and content-negotiation webapps easier to build and maintain
- to do away with complex apache config (like mod_rewrite)
- to allow a multi-skilled approach to webapp development
Registration Date: Mon 12 Dec 2005 09:38:52 PM UTC
License: GNU General Public License v2 or later
Development Status: 3 - Alpha
posted by nferrier, Wed 29 Mar 2006 01:22:00 PM UTC
you no longer need mod_python to try out XRT.
posted by nferrier, Wed 04 Jan 2006 04:26:57 PM UTC
The python dynamic loader is checked in. With this module you can have xsltproc like functionality with dynamic loading.
There is a memory leak though because of things lacking from libxslt's python support.
- Browse open items
Submit a new item
- Browse open items
Submit a new item
Powered by Savane 3.14-8aba.
Corresponding source code