Click to See Complete Forum and Search --> : Need help on JSP parsing XML


JSPRookie
10-26-2006, 02:07 AM
Hi all.

Im having problems on how to parse an xml by JSP

Can anyone teach me how to parse an the XML below by jsp, without using taglibs. Im using JDOM...

<Customer>
<DetailsCustomer ID = 1>
<Name>
John
</Name>
<DetailsCustomer ID = 2>
<Name>
Michael
</Name>
<Customer>




Thankz :)

Hope for a kind reply :)