Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libxml2-python: Python bindings for the libxml2 library
Name: | libxml2-python |
Vendor: | Scientific Linux |
Version: | 2.6.16 |
License: | MIT |
Release: | 6 |
URL: | http://xmlsoft.org/ |
- Summary
- The libxml2-python package contains a module that permits applications
written in the Python programming language to use the interface
supplied by the libxml2 library to manipulate XML files.
This library allows to manipulate XML files. It includes support
to read, modify and write XML and HTML files. There is DTDs support
this includes parsing and validation even with complex DTDs, either
at parse time or later once the document has been modified.
Changelog
- * Wed Nov 10 18:00:00 2004 Daniel Veillard <veillard{%}redhat{*}com> 2.6.16-5
- upstream release 2.6.16 see http://xmlsoft.org/news.html
- fixes #137968 and a lot of other bugs fixes present in 2.6.15
- * Thu Jan 2 18:00:00 2003 Daniel Veillard <veillard{%}redhat{*}com>
- integrated drv_libxml2 xml.sax driver from Stéphane Bidoul
- provides the new XmlTextReader interfaces based on C# XML APIs
- * Wed Oct 23 19:00:00 2002 Daniel Veillard <veillard{%}redhat{*}com>
- revamped the spec file, cleaned up some rpm building problems