JSPRookie
10-26-2006, 02:10 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 :)
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 :)