ANNOUNCE: gdome2-0.7.2



Hello guys!

   The gdome2 release 0.7.2 is out!!


* Description:

  gdome2 is meant to be an easy to use, fast, light-weight DOM Level 2
  implementation library for the C programming language. It aims at
  standard compliance and it relies on libxml2.
  A DOM Implementation makes a XML or a HTML document available for
  processing and traversal of a XML document by means of a standard set of
  interfaces.
  Although gdome2 has been written as part of the GNOME project, it can be
  used stand-alone. One of its main strenghts is that wrappers for other
  programming languages can be easily written on top of it (and, for the
  most part, they can be generated automatically thanks to the uniformity
  of DOM interfaces) so to make it quickly available to a wide range of
  users.

* Features

  - Supports the following DOM Level 2 modules:
    - "Core";
    - "XML";
    - "Events";
    - "MutationEvents".

  - Partially supports the following DOM Level 3 modules:
    - "XPath".
    
  - Exports an object oriented interface.
  - Provides a reference counting system that is responsible of all
    memory management issues.
  
* News

  - Added support for handling HTML documents like XML documents.
  - Improved the portability of the library.
  - Bug fixes in Core, Event and XPath modules.
  - Added support for serialization with a specific Character Encoding.

* Resources

  The home page of the project is:

      http://phd.cs.unibo.it/gdome2/

  The HTML Reference Manual with extensive API documentation is available
  here:

      http://phd.cs.unibo.it/gdome2/gtk-doc/book1.html

* Acknowledgments

  I wish to thank all gdome2 authors and Tobias Peters for his fruitful
collaboration.


  Paolo
--
Paolo Casarini - casarini cs unibo it




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]