i want to know how to read the all the elements name in the following xml file..?
"<"fruits>
"<"apple>...."<"/apple>
"<"banana>... "<"/banana>
"<"grapes>... "<"/grapes>
"<"mango>.... "<"/mango>
"<"papaya>... "<"/papaya>
"<"strawberry>... "<"/strawberry>
"<"/fruits>
here condition is i am not sure which are fruits available... (apple is present on that day or not...)i know only the element fruits is available(that means child names are unknown and number of child for "fruits" is also unknown).. how can i find which are the fruits available on that day..using xerces DOM parsing