Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libxml2: Library providing XML and HTML support
Name: | libxml2 |
Vendor: | Scientific Linux |
Version: | 2.6.16 |
License: | MIT |
Release: | 6 |
URL: | http://xmlsoft.org/ |
- Summary
- 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. The output
can be a simple SAX stream or and in-memory DOM like representations.
In this case one can use the built-in XPath and XPointer implementation
to select subnodes or ranges. A flexible Input/Output mechanism is
available, with existing HTTP and FTP modules and combined to an
URI library.
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