Android: DOM-Model to XML

Posted by poeschlorn on Stack Overflow See other posts from Stack Overflow or by poeschlorn
Published on 2010-05-11T10:44:11Z Indexed on 2010/05/25 6:01 UTC
Read the original article Hit count: 315

Filed under:
|
|
|

Hey Guys, analogue to this one (http://stackoverflow.com/questions/2788345/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?

© Stack Overflow or respective owner

Related posts about Xml

Related posts about android