This is how my user.xml file looks like:
-----------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<login>
<account>
<username>user1</username>
<password>pass1</password>
</account>
<account>
<username>user2</username>
<password>pass2</password>
</account>
<account>
<username>user3</username>
<password>pass3</password>
</account>
</login>
---------------------------------------------------

Now i want to add new users to this xml file.
I tried it with DOM , but i couldn't find a solution, please do help.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to