Download List

Project Description

mod-xslt is an Apache module which converts
XML files into HTML files using XSLT
stylesheets.
It is able to parse dynamically-generated
documents, both in POST and GET requests,
includes a fully-featured language to choose
the stylesheet to load from both configuration
files and other .xml files, and provides extensions so
stylesheets can access headers or get variables. It
also supports redirects and dynamically-generated
stylesheets.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-09-19 03:11
1.4.0

The code has been migrated to github, and the mailing list migrated to Google Groups. The codebase has been updated to use latest version of autotools, and tested to compile and work correctly with latest version of Apache. A few bugs have been fixed since the last release, but there are relatively few changes from the last snapshot; mostly cleanups and getting ready for more work on the module.

2008-08-04 12:51
2008080400

In preparation for a released, a new snapshot has been made after almost 2 years. It includes many bugfixes, better handling for local:// URLs, better debugging details, better support for non-Linux systems, and official support for Apache 2.2 (and above). Many changes that had been waiting in CVS and the mailing list have finally reached a snapshot.
Tags: Snapshots, Major bugfixes

2004-11-22 10:37
1.3.8

This release fixes many configure and make portability bugs
while introducing a couple new parameters that should ease
the task of setting it up and of associating stylesheets to the
corresponding XML documents.
Tags: Minor feature enhancements

2004-10-18 08:19
1.3.7

This version corrects some bugs in handling the Content-
Encoding and Content-Length headers, while providing a new
XSLTAddRule parameter both for the Apache 1.3.x and
Apache 2.0.x SAPI. An overall cleanup of the code has
started, and usage of libxml and libxslt API has been
improved to better support xinclude and many other XML
and XSLT functionalities.
Tags: Minor feature enhancements

2004-08-30 12:12
1.3.6

Improved Apache 2.0 handling, many small bug
corrections for the Apache 1.3 SAPI, and better
handling of local:// URLs.
Tags: Minor bugfixes

Project Resources