Hello,
I placed a dhtmlxGrid , an Ajax-enabled JavaScript grid control, in HTML page. By clicking a submit button, a javascript function will generate XML file from the grid (it is called Dataprocessor) and send the XML file to a server-side script on the server. Currently, there are ready-made PHP and Ruby on Rails scripts but I am interested in writing a python script that receive the XML file and process it.
My question: I am not sure where to start, is this something can be done with Python cgi, xml-rpc or urllib, urllib2 with xml.dom.minidom?
I am confused and just need some help to understand the outlines or steps involved in this process.