[jdom-interest] Need help on parsing XML in JSP
Mattias Jiderhamn
mj-lists at expertsystems.se
Wed Oct 25 23:43:55 PDT 2006
How do you mean "parse by JSP" (without taglibs)? How would that be
different than parsing in regular Java? (You know you can add regular
Java to JSPs using scriptlets, don't you?)
Is the XML posted to the JSP???
At 2006-10-26 05:53, TheRookieDev wrote:
>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 :)
More information about the jdom-interest
mailing list