I want to update a xml file in
java..
like in sql update command is use for update table in database--
as an example--
update student
set marks ='30',status = 'present'
in this student is a table in mysql database whis have two attribute marks and status.And from given command both can be update..
Like that If database is in XML formate..Then If I want to update some attribute in java then how can we do this..
Please help me to get out of this problem..