diveintopython icon indicating copy to clipboard operation
diveintopython copied to clipboard

Chapter 12. SOAP and PyXML

Open joehood opened this issue 10 years ago • 2 comments

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

joehood avatar Nov 24 '14 19:11 joehood

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

Nazarii avatar Nov 25 '14 08:11 Nazarii

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

joshgachnang avatar Nov 25 '14 16:11 joshgachnang