Simple way to process xml from data input on python server

sweettart944

New Member
Ive just started the project that should use the pythonic simple web-server(I need only one "config" page) for getting data from user in a really multiply fields (over 150) and then convert all these data (field+data) into xml file and send it to another python module. So the question is - what the simple way to deal with this? I found cherryPy(as webserver) and Genshi(as xml parser) but it is not even light obvious for me how to combine this(as I understood Genshi providing template (even xml) for Publishing, but how to get(convert) data in xml). Ive red cherryPy and Genshi tutorial but it is a little different of what I really need to, and I`m not so strong in python(and especially web) right now to get the right direction.If you can show me any example of smthing like that for understanding the concept it would be great!Sorry for my english!Thanks in advance.
 
Back
Top