ANN: 4DOM 0.9.0
Uche Ogbuji
uche.ogbuji at fourthought.com
Mon Dec 20 07:59:51 GMT 1999
FourThought LLC (http://FourThought.com) announces the release of
4DOM 0.9.0
-----------------------
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.
News
----
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 at fourthought.com (970)481-0805
Software engineering, project management, Intranets and Extranets
http://FourThought.com http://OpenTechnology.org
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list