Parsing XML Files With NanoXML
The XML (eXtensible Markup Language) is a very flexible standard for describing tree-based data format. It is playing an important role due to its way of achieving interoperability among different applications by sharing structured data and being able to define new elements by its users.
In the J2ME platform, there are some APIs for parsing XML [...]