Sequential reading of XML file

I have a XML file like:

<Element id="test1" type="functional">

<description>description of this test</description>

<steps>Steps </Steps>

<action name="name1" value="value1"/>

</Element>

I want to read this file sequentially and perform do something for each node.

I saw various classes in Java that deals with XML. Which classes will be best suitable for my case? Any examples will be of great help.

Thanks in advance,

-vc

[527 byte] By [vinu.1001a] at [2007-11-27 5:14:10]
# 1
you can find plenty of examples here http://www.exampledepot.com/egs/org.w3c.dom/pkg.html
arunmp25a at 2007-7-12 10:36:04 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...