On Feb 20, 7:32 am, "Jorge Vargas" <[EMAIL PROTECTED]> wrote:
> > What is your objective? From the description of this recipe I cann't get
> > your use case.
>
> I got an xml object which feed me in data. in a simple format
> <item>
> <propety1>foo</propety1>
> <value1>bar</value1>
> <propety2>baz</propety2>
> <value2>bal</value2>
> </item>

If it is XML why not use ElementTree or some other XML DOM library?

...
Jay Graves
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to