Hello, I am planning on writing a medium size web application that will be XML heavy. I will need to do heavy xml processing. When a user requests a webpage the program will fetch the XML from the database then it will process the XML then render the results to the browser. The XML is not big but i will need to make changes to the xml rules from time to time. My choices are asp.net mvc c# or python django. I need to know which one of these languages have the highest productivity in handling XML.
Also, if you have any other suggestions besides c# or python please voice them. Thanks