On Mar 28, 3:11 pm, walterbyrd <walterb...@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.
The books are still relavant, but you're welcome to try Google. There's lxml and pyparsing, the latter of which has a digital booklet by the author. There are also lots of tutorials online for the stdlib way of doing things, which is typically using minidom. Here are a couple of links to the 3rd party packages: http://pyparsing.wikispaces.com/ http://codespeak.net/lxml/ HTH - Mike -- http://mail.python.org/mailman/listinfo/python-list