diveintopython
diveintopython copied to clipboard
Chapter 12. SOAP and PyXML
Chapter 12 uses PyXML, which is no longer supported and doesn't work with current Python versions. Is there an alternative to PyXML?
I'm preferably using lxml which is pretty fast and easy to use.
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