How do I learn about Python & XML?

Paul McGuire ptmcg at austin.rr.com
Sat Mar 28 23:34:07 EDT 2009


On Mar 28, 3:11 pm, walterbyrd <walterb... at iname.com> wrote:
> It looks like the most recent book on the subject came out eight years
> ago. Also, as I understand it, the PyXML library has been deprecated.

Much as I like to see new people latch onto pyparsing, XML is a pretty
well-trodden path, especially now that elementTree is part of the
standard Python lib (as of 2.5).

See this article: http://developer.yahoo.com/python/python-xml.html

-- Paul



More information about the Python-list mailing list