Hi.,
Could you please tell me,How can I read values from an XML?.Supppose,I have my own xml file (student.xml) that contains the tag as follows,
<student>
<name>kathy</name>
<subject>
java</subject>
</student>
And I need to read name,subject values from the
servlet or
jsp.
thanks in advance