| Author |
editing xml file with jsp webapp
|
Philllip Brown
Greenhorn
Joined: Jun 29, 2006
Posts: 3
|
|
i'm hoping somebody can point me in the right direction. I have am xml file that I need a client to edit, I want to write a jsp page that they can fill in fields and delete info etc on the original xml file... i'm disturbed and perplexed aswhere to start, can somebody please help me.# kind regrads
|
 |
Santhosh Kumar
Ranch Hand
Joined: Nov 07, 2000
Posts: 242
|
|
Guess you can have a textarea in the html file and put the xml you want user to edit. User can edit the file and submit when they are done.
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12324
|
|
By edit XML do you mean: 1. edit the content of existing fields, not changing the XML structure -or- 2. edit both content and XML markup, adding or removing elements, attributes, etc. For 1 you just need to create a normal form and populate it with the editable data. For 2 things get a LOT more complicated. Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: editing xml file with jsp webapp
|
|
|