Click to See Complete Forum and Search --> : how to get value from XML file?


skyknight
11-01-2005, 02:51 PM
how to get values from a XML file using servlet ? Thank you.

Khalid Ali
11-04-2005, 08:21 AM
read the xml file using DOM or SAX. You can get access to each and every element that way..