How about an xml pull parser like xpp3. http://www.extreme.indiana.edu/xgws/xsoap/xpp/
- Luke On 7/7/06, Zohar Amir <[EMAIL PROTECTED]> wrote:
Hello, I have a server that serves clients via an XML-based protocol. I was wondering what the best way would be to parse the XML messages. I initally used JAXB, but I have some problems with it (NPE on high load) and I also assume it is not very efficient (not sure, just a guess). Does anyone have some experience with this kind of thing and can tip me? Thanks, Zohar.
