October 2009
lxml vs. ElementTree « michael schurter
While lxml has some excellent benchmarks about the speed of lxml.etree vs. ElementTree, I wanted to run some tests that were as close as possible to my own use case (fairly simple multi-megabyte XML files).
March 2009
Ian Bicking: a blog :: lxml: an underappreciated web scraping library
When people think about web scraping in Python, they usually think BeautifulSoup. That’s okay, but I would encourage you to also consider lxml.
