[BangPypers] Access xml file form python script
Dhananjay Nene
dhananjay.nene at gmail.com
Tue Nov 2 06:56:44 CET 2010
On Sun, Oct 31, 2010 at 5:12 PM, Avinash TM <avinashtm at gmail.com> wrote:
> 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>
>
>
> My favourite light weight tool for xml is minidom
http://docs.python.org/library/xml.dom.minidom.html
<http://docs.python.org/library/xml.dom.minidom.html>
http://www.boddie.org.uk/python/XML_intro.html
If you are needing simple xml parsing capabilities - it might just suffice
your needs and is built into python.
> 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 at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
--
--------------------------------------------------------
blog: http://blog.dhananjaynene.com
twitter: http://twitter.com/dnene
More information about the BangPypers
mailing list