Reputation: 1537
I want to parse the xml file with dynamic content using DOM parser in java. I get only for static content. If anyone knows please share the link
Thanks Bathakarai
Upvotes: 0
Views: 253
Reputation: 3889
You can use JDOM or DOM4J to parse the XML file. Here are the link->
Upvotes: 1