How to read xml from web service in symbian application

623 Views Asked by At

i have web service which returns data in xml format... i have searched google and everybody is giving solution in which they are reading from xml file.. i mobile please provide some specific solution

1

There are 1 best solutions below

0
On BEST ANSWER

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.