Hi All,

I have created a simple xml document i.e., preferences.xml as follows

<?xml version="1.0"?>
<object>
  <object name="category" value="cricket">
   <property name="title">Cricket</property>
   <property name="subscribers">
    <element name="avinash"/>
<element name="prashant"/>
   </property>
  </object>
</object>



Now i want to access the above data from a python script.
I gone through some websites. But not getting actual idea.
Should i use any data structures ( Lists, Dictionary, Tuples) in my python
script.
Can anybody help me

Thanks & Regards
Avinash
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to