ANN: XMLObject

A

aum

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
 
N

Nicolay A. Vasiliev

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Forum statistics

Threads
474,294
Messages
2,571,511
Members
48,197
Latest member
ปั๊มเฟส|JoyLikeSEO

Latest Threads

Top