[Tutor] XML: Expletive Deleted

Kent Johnson kent37 at tds.net
Sat Jun 10 13:34:00 CEST 2006


In my opinion the standard DOM models are the most awkward way to deal 
with XML. If you are trying to get data from HTML on a web page, look at 
BeautifulSoup. For general XML processing, look at ElementTree. They are 
both simpler than DOM.
http://www.crummy.com/software/BeautifulSoup/
http://effbot.org/zone/element.htm

Kent



More information about the Tutor mailing list