I am new in Android and I dont know which parser is best so guys can you help me to parse this XMl file
<poem name="P01">
<stanza name="P1S1">
<Line name="P1S1L1">
<word name="P1S1L1W1">Twinkle</word>
<word name="P1S1L1W2">twinkle</word>
<word name="P1S1L1W3">little</word>
<word name="P1S1L1W4">star</word>
</Line>
<Line name="P1S1L2">
<word name="P1S1L2W1">How</word>
<word name="P1S1L2W2">I</word>
<word name="P1S1L2W3">wonder</word>
<word name="P1S1L2W4">what</word>
<word name="P1S1L2W5">you</word>
<word name="P1S1L2W6">are</word>
</Line>
</stanza>
</poem>
I was give Id or Name to every tag and I want to read the text/value of tag using that Name/ID not Tag Name because if I want to read the text wonder so there is a many word tag so how could I read the single value/text of the tag using that name/ID . So please give me suggestion on this sorry for my English Thanx in advance