4DOM 0.9.1

Uche Ogbuji uche.ogbuji@fourthought.com
Wed, 12 Jan 00 07:04:40 GMT


FourThought LLC (http://FourThought.com) announces the release of

                             4DOM 0.9.1
                      -----------------------
                An XML/HTML Python library using the
                  Document Object Model interface

4DOM is a Python library for XML and HTML processing and manipulation
using the W3C's Document Object Model for interface.  4DOM implements
DOM Core level 2, HTML level 2 and Level 2 Document Traversal.

4DOM should work on all platforms supported by Python.  If you have
any problems with a particular platform, please e-mail the authors.

4DOM is designed to allow developers rapidly design applications
that read, write or manipulate HTML and XML.

0.9.1 News
----------

This is a bug-fix release.

0.9.0 Changes
-------------

- Major re-write to match the general consensus DOM binding for
  Python.  Code formerly in the form "node.getChildNodes()"
  is now to be used in the form "node._get_childNodes()" or
  simply "node.childNodes".  Similarly "text.setData("spam")"
  becomes "text._set_data("spam")" or text.data = "spam"

- Update to full Level 2 support in core and HTML, including
  namespace-support.

- Many bug-fixes


More info and Obtaining 4DOM
----------------------------

Please see

        http://FourThought.com/4Suite/4DOM

Or you can download 4DOM from

        ftp://FourThought.com/pub/4Suite/4DOM

4DOM is distributed under a license similar to that of Python.


== 
Uche Ogbuji
FourThought LLC, IT Consultants
uche.ogbuji@fourthought.com	(970)481-0805
Software engineering, project management, Intranets and Extranets
http://FourThought.com		http://OpenTechnology.org

<P><A HREF="http://FourThought.com/4Suite/4DOM">4DOM 0.9.1</A> -
CORBA-aware implementation of the W3C Document Object Model (DOM),
supports Fnorb, ILU and "ORB-less" operation.  (04-Jan-2000)

-- 
----------- comp.lang.python.announce (moderated) ----------
Article Submission Address:  python-announce@python.org
Python Language Home Page:   http://www.python.org/
Python Quick Help Index:     http://www.python.org/Help.html
------------------------------------------------------------