[Tutor] CGI script to create an XML document from an HTML form

Kent Johnson kent37 at tds.net
Tue Mar 22 21:55:17 CET 2005


Gabriel Farrell wrote:
> I've been looking around at various resources such as the Python/XML
> Howto[2], some of the articles by Uche Ogbuji[3], and elsewhere, and
> frankly I'm a little overwhelmed by the many seemingly overlapping
> methods.  Which one would the wise tutors recommend for my situation?

I'm a fan of ElementTree for XML work. It is kind of bare-bones but what is there is very easy to 
use. The main thing I miss is full XPath support.
http://effbot.org/zone/element.htm

Kent



More information about the Tutor mailing list