how to change /edit node value of xml which have an attribute with key and value pair in android?
问题 how to change /edit node value of xml which have an attribute "add" with key and value pair in android ? Below is my xml , i want to change/edit the value of ipaddress in the xml via android java and save that new file to the text file from which i have read the value of the xml. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="ip" value="http://192.168.2.56:777/root/Calculator.Add" /> <add key="comport" value="COM9" /> </appSettings> </configuration> to <?xml