I have written a todo task manager in C++. I want to save the tasks into an xml file. So i need a XML library. I tried libxml++. let us keep it aside. I want to use python for doing this job. can I...