hello all,
i want to parse the xml response which i get from a server.
i don't know how to parse..
can anyone help!!!!
hello all,
i want to parse the xml response which i get from a server.
i don't know how to parse..
can anyone help!!!!
Welcome to the Forum Nokia Discussion Boards
You can either use the available XML parsers around or you can write your own custom parser. This topic has been discussed various times, so having a look over the web will be a good solution for you.
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
also Graham wrote some excellent tutorials in the Wiki regarding the parsing API's...
Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them.
This is a non-trivial topic. You'd be well-advised to buy a book on the topic (or at least find a good online reference). "XML in a Nutshell" is a good book, and I'm sure there are several others.
Note that there are two major competing parsing techniques: DOM and SAX, as well as some newer concepts such as "pull parsing". So you have to make a fairly big decision as to which way to go right up front.