Re: [Tutor] Best way to POST XML to CGI

2007-06-07 Thread Ertl, John C CIV 63134
Sent: Thu 6/7/2007 9:30 AM To: tutor@python.org Subject: Re: [Tutor] Best way to POST XML to CGI "Ertl, John C CIV 63134" <[EMAIL PROTECTED]> wrote > I have a Python program that makes images of data > and I want to be able to make these via a web interface. Fair enough

Re: [Tutor] Best way to POST XML to CGI

2007-06-07 Thread Alan Gauld
"Ertl, John C CIV 63134" <[EMAIL PROTECTED]> wrote > I have a Python program that makes images of data > and I want to be able to make these via a web interface. Fair enough. > I want to keep it simple so I thought I would send > an XML file to a cgi program But thats not simple. CGI is n

[Tutor] Best way to POST XML to CGI

2007-06-07 Thread Ertl, John C CIV 63134
All, I have a Python program that makes images of data and I want to be able to make these via a web interface. I want to keep it simple so I thought I would send an XML file to a cgi program (XML is what I am supposed to use). I have the parsing of the XML all figured out but the way I am se