| Author |
How an XML document is written into CSV format in Java/JSP
|
Kishore Kumar Reddy
Greenhorn
Joined: Aug 18, 2010
Posts: 7
|
|
Hi
I would like to read an XML document and write into a CSV file.
How I can write CSV file from XML document.
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
|
|
There are lots of ways to extract data from an XML document. How you write the data is up to you.
If you are a total newbie at XML, better start with a good tutorial - this free online book is very thorough. Alternately you might browse some of the posts in the xml forum to get hints.
Bill
|
Java Resources at www.wbrogden.com
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56224
|
|
|
This doesn't seem to have anything to do with JSP, so it's been moved to a more appropriate forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: How an XML document is written into CSV format in Java/JSP
|
|
|