ANN: XMLObject

Nicolay A. Vasiliev nvasiliev at whiteriversoft.com
Sat Apr 22 04:58:11 EDT 2006


Hello!

I tried to use this class in my work. But I Can't understand the next.
I have an XML file, where I store an information by this way
<First_Name>Wesley</First_Name>
<Last_Name>Hunter</Last_Name> ie.

How can I get the value between <First_Name> and </First_Name>?

Thanks in advance.


aum wrote:
> Hi folks,
>
> I've just released an XML object wrapper called XMLObject, which aims to
> do for XML file handling what SQLObject does for database access.
>
> XMLObject wraps XML files as Python objects, and lets you work with XML
> data more quickly and easily, and with code that's shorter and much more
> readable than the raw python XML APIs.
>
> It borrows some ideas from 'xml_objectify', but uses none of its code. In
> addition to 'xml_objectify', it lets you make changes within the document,
> and to save back to an XML file.
>
> http://www.freenet.org.nz/python/xmlobject
>
>   




More information about the Python-list mailing list