views:

40

answers:

2

We are start working with J2ME application where we need the XML parsers based SAX, DOM and Xpath navigation support.

I found kXML recommended by many developers. What are other free/open source libraries available you found useful and using in your application?

A: 

I wonder if kXML works with LWUIT?

L0rDKadaj
A: 

I used minixpath once. Does simple things and is lightweight. It uses kxml internally.

Gopi