| Author |
Xml Processing from java
|
amit sharma
Ranch Hand
Joined: Jul 19, 2006
Posts: 129
|
|
I want to read xml from java .I store some configurations inforamtion in xm file What is the best way to process xml form java keeping in mind the easy to use, efficiency.There are so many ways i am very confused .Can anyone please direct me to any good tutorials which they come across. Thanks
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12327
|
|
The Apache Commons "Digester" toolkit is designed to make program configuration from XML easy. That page has a link to this article which might get you started. Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: Xml Processing from java
|
|
|