help me sun!!!!!!!!!1
hi ,
i have a jsp page which receives the user name and pass word by two simple methods like getPass()and getuser() , this method works fine by getting the password and username . what i need is that after getting this username and password i need to store them in a xml file which is existing , to be more clear this is my existing xml file say abc.xml has a code something like this.
<XArC version="1.0" service="GetMetaInfo" type="Request">
<login>
<user>tort</user>
<password>sysadm</password>
<host>rttrprt</host>
<port>trtrtrt</port></login>
<query><type>jgjgjgj</type></query>
</XArC>
after getting the value from my jsp page i need to store the getUser() value exactly in the <user> </user> tag of my abc.xml file !!! how can i do it. i need to insert values obatained from my jsp page to this xml field.

