Xml parser

Stefan Behnel stefan.behnel-n05pAM at web.de
Sat May 26 04:02:06 EDT 2007


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



More information about the Python-list mailing list