[Authors] [News] [Requirements] [Download] [Success Stories] [Back to HELM software]

gdome2-xslt: A C and OCaml library to apply XSLT stylesheets to gdome2 documents top
Last update: Fri, 21 Mar 2003 19:15:25 +0100 sacerdot
Contact: sacerdot@cs.unibo.it

gdome2-xslt is a very small C library that implements a minimal XSLT processor that can be used to apply XSLT stylesheets to gdome2 documents. Actually, it just applies some libxslt functions to gdome2 documents, mapping DOM-like trees back and forth between the format used in gdome2 and the format used in libxml.

An OCaml binding is also provided. It requires the gdome2 OCaml binding that is one of the modules of the gmetadom project.

While the OCaml stuff is original, the C code is just a slight modification of the C code found in the implementation of the XML::GDOME::XSLT Perl module.

gdome2-xslt is distributed under the GNU General Public License.

Authors top
Main authors of the current version:
News top

March 21, 2003

First new official release after more than one year. During this period the library was daily mantained and improved, and debian packages were provided for intermediate releases (actually CVS snapshots).

Requirements top

In order to compile and use the C part of gdome2-xslt you need the following packages installed in your system:

In order to compile and use also the OCaml binding you need the following packages installed in your system:

Download top
Success Stories top