| Author |
client side DOM to create XML file
|
dinaker prasad
Greenhorn
Joined: Oct 11, 2004
Posts: 27
|
|
Hi All, I want to use a client side DOM (HTML form) to create a XML file. can some one help me learning the DOM concepts by writing/explaining a small piece of code where i have a html form (may be just one or 2 input elements) and create a XML file by clicking on the create XML button. thanks Dinaker
|
 |
gudla Dathathreya Reddy
Greenhorn
Joined: May 05, 2004
Posts: 15
|
|
Hi Dinaker, You mean to say that there are 2 input text boxes which is inputed when I click a button then the input data should be converted into an XML file . If this is ur question then bring the input valuesand name using getRequestParameterNames() and Write this to a File .
|
 |
 |
|
|
subject: client side DOM to create XML file
|
|
|