Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 15 2005
Added on Jan 18 2005
2 comments
123 views