how to read data from xml file into jsp page..
843836Jan 18 2005 — edited Jan 18 2005<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<root>
<indeces>
<index>
<name>ServiceNo</name>
<arlabel>��� ������</arlabel>
<enlabel>Application Date</enlabel>
<enDesc>description of the index field</enDesc>
</index>
<index>
<name>Year</name>
<arlabel>�����</arlabel>
<enlabel>Year</enlabel>
<enDesc>description of the index field</enDesc>
</index>
</indeces>
</root>
this is my xml document.
i want read this values and display in my jsp page with the name and labels.how can we do it.we have to use parsers for this..
regards,
sampath