Can we modify or update xml file using SAX parser. If yes, please provide me the sample code or any helpful link
my xml file looks like this
<vertices>
<vertex>
<name>user1</name>
<type>Ashok</type>
<nickname>nickuser1</nickname>
</vertex>
</vertices>"
I want to change "user1" to say "user2". Help me out