guys i have a xml file which is like this:
<Point TestFlag="0" id="1" name="Conversation Set 1 Introduction" practicenaturalfemale="practice_dummy.mp3" practiceusmale="practice_dummy.mp3">
<PracticeText> </PracticeText>
<PracticeFlag> 0 </PracticeFlag>
<AudioFile gid="1" id="1" name="d002_p001.png" type="Img" />
<AudioFile gid="1" id="2" name="d001_ae_p002_01.png" type="mp3" />
</Point>
i need to fetch the the d002_p001.png which is in <AudioFile> tag and display it
how to do it please help
If you are using java, here is the code
Imports list
Initialisation part
Retrieve attribute name