savannah-hackers
[Top][All Lists]
Advanced

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

[Savannah-hackers] submission of Tiny Object Model for XML documents -


From: djarb
Subject: [Savannah-hackers] submission of Tiny Object Model for XML documents - savannah.nongnu.org
Date: Tue, 11 Mar 2003 15:40:43 -0500
User-agent: Mozilla/5.0 Galeon/1.2.7 (X11; Linux i686; U; ) Gecko/20021226 Debian/1.2.7-6

A package was submitted to savannah.nongnu.org
This mail was sent to address@hidden, address@hidden


Daniel Arbuckle <address@hidden> described the package as follows:
License: lgpl
Other License: 
Package: Tiny Object Model for XML documents
System name: tom
Type: non-GNU

Description:
TOM: Tiny Object Model for XML documents

TOM implements a much simpler XML document object model for Python than the DOM 
packages in the standard library. It is ideal for those times when you simply 
want to read an XML file and get on with your life.

TOM makes no effort to be an XML writer. Writing XML is easy to do at the 
application level, and hard to do in a simple and generic way.

TOM provides two classes, a Parser which is used to read the XML data and a 
Node which is used to represent the XML document in a tree form. Node provides 
easy access to the attributes, child nodes and character data associated with 
an XML element. TOM optionally supports XML namespaces, and tries to make their 
use transparent where possible.

TOM requires Python 2.2 or higher

TOM is downloadable from
http://www.highenergymagic.org/code/TOM-0.1.tar.gz


Other Software Required:
Python 2.2+

Other Comments:






reply via email to

[Prev in Thread] Current Thread [Next in Thread]