Need help on XML pasing by JSP

webmasterbeta

New Member
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 :)
 
Back
Top