How to parse xml

2012-10-09 Thread pa7751
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.

Re: How to parse xml

2012-10-09 Thread Michael Glavassevich
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