Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi Mobile Insiders
What is the XML parser that best works with Metismo ? - there was some white noise a while back where kxml was put in question (perhaps causing a dual dependency) , but what is the latest and recommended XML parser of choice?
Regards,
George
Hi George,
kxml seems to have been the library of choice for a number of people now. There are other xml parsers and it just depends on whether you have a preference on how you navigate the xml tree,
Nick.
I currently use the built in SAX parser that comes with Java, but as Nick says, it depends on how you wish to navigate the XML tree.
Here is an example of SAX parsing - http://www.java-samples.com/showtutorial.php?tutorialid=152
Aditya Gollakota