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

2005-03-22 Thread Kent Johnson
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

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

2005-03-22 Thread Gabriel Farrell
Hi, I'm just starting to get my feet wet with Python. I'm trying to write a CGI script to create an XML document using input from a web form. The created document would be a MODS record[1], so I already have a Schema for it. I think I could make it work if I just feed the input into a long strin