libxslt-python - Python bindings for the libxslt library
The libxslt-python package contains a module that permits applications written in the Python programming language to use the interface supplied by the libxslt library to apply XSLT transformations. This library allows to parse sytlesheets, uses the libxml2-python to load and save XML and HTML files. Direct access to XPath and the XSLT transformation context are possible to extend the XSLT language with XPath functions written in Python.
License: | MIT | Group: | development/libraries |
---|---|---|---|
URL: | http://xmlsoft.org/XSLT/ |
Packages
Name | Epoch | Version | Release | Arch | Size | Built |
---|---|---|---|---|---|---|
libxslt-python | 0 | 1.1.26 | 2.el5.fio | i686 | 161 KiB | 2011-05-05 21:23:22 |
Changelog:
- * 2010-07-13 - Daniel Veillard <veillard[AT]redhat[DOTCOM]> 1.1.26-2
- Fix the release numbering - Resolves: rhbz#604553
- * 2009-11-30 - Dennis Gregorovic <dgregor[AT]redhat[DOTCOM]> - 1.1.26-1.1
- Rebuilt for RHEL 6
- * 2009-09-24 - Daniel Veillard <veillard[AT]redhat[DOTCOM]> 1.1.26-1
- couple of bug fixes - export a symbol needed by lxml
- * 2009-09-21 - Daniel Veillard <veillard[AT]redhat[DOTCOM]> 1.1.25-2
- fix a locking bug in 1.1.25
- * 2009-09-17 - Daniel Veillard <veillard[AT]redhat[DOTCOM]> 1.1.25-1
- release of 1.1.25 - Add API versioning for libxslt shared library - xsl:sort lang support using the locale - many bug fixes