for xml
<grandparent> <parent1> <child>data1</child> </parent1> <parent2> <child>data2</child> </parent2> </grandparent>
I need a list containing the parent tuples, the data for each parent in xml.
Is there any way to do this USING cElementTree? I can do this for the child, the data, but, unfortunately, the child is identical in all respects, so it is not very useful.
python celementtree
Mohit Ranka Dec 17 '08 at 11:11 2008-12-17 11:11
source share