XiaQ wrote:
> You can use DOM
> http://diveintopython.org/, Chapter 9
> "ashish" wrote
>> Hi All,
>>
>> I want to know weather is there any api available in python for parsing
>> xml(XML parser)
>>
>> Regards
>> Ashish

Sure, you can use DOM, but if you want to get real work done with XML, lxml is
what you actually want.

http://codespeak.net/lxml/dev/

Stefan
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to