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 MIT
  Licence
 
  - Though not designed primarily with performances in mind, libxslt seems
    to be a relatively fast processor.
 
 Daniel Veillard  |