Parsing xml file using python

Josiah Carlson jcarlson at nospam.uci.edu
Fri Mar 5 02:09:13 EST 2004


> PyXML would be a perfect solution - and easy too.

Even easier would be to use an SGML parser:
http://flangy.com/dev/python/striphtml.html

Works for XML, HTML, etc.

  - Josiah



More information about the Python-list mailing list