This article one very important functionality of j2me to parse an XML file. To accomplish this task two classes are defined,one is specific and coded with good logic. Second one is to use Generic Class like kxml parse which can be downloadable freely and can be used with few lines of code to parse XML file.
Articles can be great source for those developers who want to update their application content dynamically by just sending xml file which is so little in size. An application can download this file or we can embed it into .jar file and use it using given xml parser code.Given code runs well. I have testes it and it parses any xml file as described.
--Kalki 18:37, 24 September 2009 (UTC)