I want to do an application in which I want to store setting of my application in xml so in need to update xml file (updating values of nodes , removing nodes,appending nodes).In java we will update xml file using javax.xml.transform package classes but it is not available in android so is there any way to update xml(If you know the reason of why android does't have transform package please suggest me).
Thanx in advance.