| Author |
How to save html form into a xml file?
|
Keerthi Kumar
Ranch Hand
Joined: Apr 20, 2009
Posts: 105
|
|
Hi all,
I am trying to write one java program to save the html form (textbox details, radio/checkbox details) into xml file. Please can any one help me to achieve the same?
|
Cheers,
Keerthi Kumar N
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
You'd submit the form to a servlet which could gather the submitted data and write it out in XML format.
I've moved this to the Servlets forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Abhay Agarwal
Ranch Hand
Joined: Feb 29, 2008
Posts: 697
|
|
You can refer these urls to know how to create XML using Java
http://www.javazoom.net/services/newsletter/xmlgeneration.html
http://www.mkyong.com/java/how-to-create-xml-file-in-java-dom/
~ abhay
|
Oracle certified Java 7 Programmer, SCJA 1.0, SCJP 5.0, SCWCD 5.0, Oracle SQL Fundamentals I
|
 |
Jeff Ishar
Greenhorn
Joined: Jul 04, 2011
Posts: 13
|
|
Hi Keerthi,
Try to use XSLT engine in java. This is the way you can convert any HTML to XML or other document type easily. Even though it requires some learning curve but good for you in future.
Hope this helps
|
 |
 |
|
|
subject: How to save html form into a xml file?
|
|
|