Gnome LogoRed Hat Logo

The XSLT C library for Gnome

Introduction

Main Menu
Related links

This document describes libxslt, the XSLT C library developed for the Gnome project.

Here are some key points about libxslt:

  • Libxslt is a C implementation
  • Libxslt is based on libxml for XML parsing, tree manipulation and XPath support
  • It is written in plain C, making as few assumptions as possible, and sticking closely to ANSI C/POSIX for easy embedding. Should works on Linux/Unix/Windows.
  • This library is released under the GNU LGPL and a derivative of the W3C IPR (check the Copyright and the IPR files in the distribution). If you are not happy with this, drop me a mail.
  • Though not designed primarily with performances in mind, libxslt seems to be a relatively fast processor.

Daniel Veillard