i want to process xml data from java.what files i need to download in order to retreive the data from the xml.can anyone please help me.
Thanks & Regards, Siva
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35237
7
posted
0
If by "retrieve" you mean parsing an XML file, then most likely you don't need to download anything. An XML parser and its supporting API classes are built into the JDK. Have a look at the javax.xml.parsers package.