• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

storing data in an xml file

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

i have html page which contains username and password.After submitting the page,i have to get the values in a servlet and i have to store that values in a xml file.when i send the request for the first time,the data is getting added to the xml file.Now,how i have to add the data coming to servlet from multiple requests to the same xml file.I can't know how to do this .Please suggest me a way for this.

Thanks & Regards,
Siva
 
reply
    Bookmark Topic Watch Topic
  • New Topic