Hello Edward,

I am new to wicket myself and wouldn't be surprised if it contained it's 
own XML parsing and binding library. But you probably don't want to rely 
on it, as it the wicket developers may decide to go for another library.

You could look into:
- jdom (haven't used this, but it looks quite easy to use from the FAQ)
- Java DOM API (the w3c standardized way of reading XML files)
- jaxb (generates marshalling/unmarshalling code from an XML schema. You 
unmarshall an XML file and then you get to access the information as 
PersonalInformation.getUserName() ).

edward durai wrote:
> Hi Wicket Experts,
>
> I have one xml file, like 
>
> <Personal Information>
>        <username>David</username>
>        <address>USA</address>
> </Personal Information>
>
> I want to parse username and its value and address value. Is it possible in
> wicket? If Yes How?
>
> Thanking You
> Edward
>   


-- 
Lennaert van der Linden
Func. Internet Integration
W http://www.func.nl
T +31 20 4230000
F +31 20 4223500


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to