is this data structure build-in or I'll have to write my own class?

jay graves jaywgraves at gmail.com
Wed Feb 20 09:15:41 EST 2008


On Feb 20, 7:32 am, "Jorge Vargas" <jorge.var... at gmail.com> 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



More information about the Python-list mailing list