Re: [java ee programming] How to parse xml

2011-03-07 Thread bambang passion
HI : You can go to : http://www.javapassion.com/portal/web-services-programming-with-passion/web-services-programming-with-passion tq bp 2011/3/7 Rafał Laczek > Hi, > > In my code I have dropMsg String variable. > Variable includes list of messages. The messages are as plain xml. > Finally I

[java ee programming] How to parse xml

2011-03-07 Thread Rafał Laczek
Hi, In my code I have dropMsg String variable. Variable includes list of messages. The messages are as plain xml. Finally I must use each field. But to do it I must parse it into Data and String. Can maybe somebody know any good tutorial, etc. how to do it. Thanks in advance for help! Regards,