This document describes libxslt,the
XSLTC library developed for theGnomeproject. Here are some key points about libxslt: - Libxslt is a C implementation
 
  - Libxslt is based on libxml for XML parsing, tree manipulation and
    XPathsupport
 
  - It is written in plain C, making as few assumptions as possible,
    andsticking closely to ANSI C/POSIX for easy embedding. Should works
    onLinux/Unix/Windows.
 
  - This library is released under the MITLicence
 
  - Though not designed primarily with performances in mind, libxslt
    seemsto be a relatively fast processor.
 
 Daniel Veillard  |