analogue to this one (Replacing XML in File from "Document" in Java or
http://www.exampledepot.com/egs/javax.xml.transform/WriteDom.html) I try to use it under Android…
The problem is, that I can’t use the suggested solution under android, because it throws java.lang.verifyError…
After reading a little bit, I found out, that the class that was used to store the data to file, is not usable in android…
can you suggest another solution, which is similar easy to use?
This link should also show a good example from IBM how to use DOM to XML on Android
http://www.ibm.com/developerworks/opensource/library/x-android/index.html#N1025A