Re: [Tutor] Managing XML in Python

2007-02-23 Thread Kent Johnson
Ketan Maheshwari wrote: > Hi: > I have to manage XML files through python. The activities include, > create, update and retrieve information from the XML files. > > I would be thankful for pointers to tutorials, APIs and suggestions. Take a look at the ElementTree module. In Python 2.5 i

[Tutor] Managing XML in Python

2007-02-23 Thread Ketan Maheshwari
Hi: I have to manage XML files through python. The activities include, create, update and retrieve information from the XML files. I would be thankful for pointers to tutorials, APIs and suggestions. Regards Ketan ___ Tutor maillist - Tutor@p