IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.


#TechXchangePresenter
 View Only
  • 1.  xml Parser of choice ?

    Posted Wed October 05, 2011 06:26 PM

    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


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods
    #mobile


  • 2.  RE: xml Parser of choice ?

    Posted Wed October 05, 2011 06:30 PM

    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.


    #webMethods
    #mobile
    #Integration-Server-and-ESB
    #webMethods-General


  • 3.  RE: xml Parser of choice ?

    Posted Wed October 05, 2011 11:17 PM

    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

    Regards,

    Aditya Gollakota


    #webMethods
    #webMethods-General
    #mobile
    #Integration-Server-and-ESB