Bathakarai
Bathakarai

Reputation: 1537

Xmlparsing with Dynamic content using DOM

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

Answers (1)

kundan bora
kundan bora

Reputation: 3889

You can use JDOM or DOM4J to parse the XML file. Here are the link->

http://www.jdom.org/

http://dom4j.sourceforge.net/

Upvotes: 1

Related Questions