Following Izb’s question about Best binary XML format for JavaME, I’m looking for an implementation for either binary XML-like formats or just plain XML. My metrics for such implementation, by most important first, are:
- Supported phones. A basic JTWI phone should be able to run it.
- It should be either verified or open source, so I could have it verified.
- Small memory footprint.
- Fast.
- Easy to use on server side.
You could use NanoXML for J2ME. It works well and I’ve never had any problems with it in a production environment. Please note that it is non validating.
IanG