How to read xml from web service in symbian application
i have web service which returns data in xml format... i hav开发者_StackOverflowe searched google and everybody is giving solution in which they are reading from xml file.. i mobile please provide some specific solution
You can use KXML with Java-Me application and parse the XML data. See this link. Here clearly described how to use and how to parsing the XML data. For more info see this link also.
加载中,请稍侯......
精彩评论