| Author |
xml parsing
|
duhit Choudhary
Ranch Hand
Joined: Apr 01, 2012
Posts: 64
|
|
how to parse an xml file with the use of apache commons configurations??
i tried to find that out but not satisfied with what i have got.... can anybody help me with the exact example so that i can learn this and can use it as a further reference.
please..... thanks in advance
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8141
|
|
Their user guide http://commons.apache.org/configuration/userguide/howto_xml.html#Hierarchical_properties has examples on how to do that. What exact troubles are you having with that?
|
[My Blog] [JavaRanch Journal]
|
 |
duhit Choudhary
Ranch Hand
Joined: Apr 01, 2012
Posts: 64
|
|
i have that link but unfortunately i am not able able to figure out from that about how to do write actual code for parsing using apache commons configuration,.....
thanks by the way
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16482
|
|
|
But the link points to a page which contains examples of "actual code". Your code should look like that, only modified to correspond to the structure of your XML configuration file.
|
 |
 |
|
|
subject: xml parsing
|
|
|