Hi I was hoping for some help retrieving XML data using JSP. I have the following JSP page (home.jsp):
and I have the following XML page(clubs.xml):
What I want to do is straight forward enough - I want to replace their names in the HTML code with the values of the name nodes and replace their description in the HTML with the values of the story nodes.
I would really appreciate someones help.
Thanks in Advance
Colm
</clubs>
[ April 24, 2008: Message edited by: colm o'donnell ]