I have a file like this :
<Student>
<Karishma id="2" roll="3" />
<Sakshi id="3" rol="4" />
</Student>
This is just an example file. I have a file similar to this, and I want to read the tag names " Karishma and Sakshi as I don't know them beforehand. Student tag is known to me. How do I do this? Please help!!