joshgachnang / diveintopython

A mirror of diveintopython.org.
157 stars 48 forks source link

Chapter 12. SOAP and PyXML #74

Open joehood opened 9 years ago

joehood commented 9 years ago

Chapter 12 uses PyXML, which is no longer supported and doesn't work with current Python versions. Is there an alternative to PyXML?

Nazarii commented 9 years ago

I'm preferably using lxml which is pretty fast and easy to use.

joshgachnang commented 9 years ago

I generally use lxml as well. The book mostly focuses on the standard library, so I'll probably rewrite this chapter to use the xml module. https://docs.python.org/2/library/xml.etree.elementtree.html