I have xml file like this:\[code\]<lala> <blabla> <qweqwe>test</qweqwe> </blabla></lala>\[/code\]I need to open it and change test in qweqwe to another value, for example newtest. After it I need to save it like a new xml file. Please help me how to do it in the best way using python?