[jdom-interest] Need help on parsing XML in JSP

TheRookieDev scout1lacno at gmail.com
Wed Oct 25 20:53:39 PDT 2006


Hi all.

Im having problems on how to parse an xml by JSP

Can anyone teach me how to parse an XML below, by jsp, without using
taglibs. Im using JDOM to display my XML...my poblem is how to parse it by
JSP. Hope some one can help :)

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




Thankz :)

Hope for a kind reply :)
-- 
View this message in context: http://www.nabble.com/Need-help-on-parsing-XML-in-JSP-tf2511719.html#a7004786
Sent from the JDOM - General mailing list archive at Nabble.com.



More information about the jdom-interest mailing list