Hi, Did you do any research before asking your question? If you search mailing list archives or on sites like Stack Overflow [1] you'll find plenty of views on various approaches to processing XML and their pros/cons.
Thanks. [1] http://www.stackoverflow.com Michael Glavassevich XML Technologies and WAS Development IBM Toronto Lab E-mail: [email protected] E-mail: [email protected] pa7751 <[email protected]> wrote on 09/10/2012 08:16:38 AM: > Hi > > I have a requirement where i have a valid xml that I need to parse so that > the elements of the xml can be made to behave in some manner. I need to know > two things: > > 1. Which parser is best to use DOM, SAX etc. > 2. Which parser library can I use. Here please note that my JRE can be 1.4 o > 1.6. So my code should be compatible with these versions > > > Note that my xml may not be very big in size. It can have a maximum of 200 > elements maybe > -- > View this message in context: http://old.nabble.com/How-to-parse- > xml-tp34531631p34531631.html > Sent from the Apache XML - General mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]
