[Wicket-user] XML Parsing

2007-05-10 Thread edward durai
Hi Wicket Experts, I have one xml file, like Personal Information usernameDavid/username addressUSA/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 -- View this message in

Re: [Wicket-user] XML Parsing

2007-05-10 Thread Lennaert van der Linden
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

Re: [Wicket-user] XML Parsing

2007-05-10 Thread Nino Saturnino Martinez Vazquez Wael
I think I would check xstream out. http://xstream.codehaus.org/ edward durai wrote: Hi Wicket Experts, I have one xml file, like Personal Information usernameDavid/username addressUSA/address /Personal Information I want to parse username and its value and address value.