InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is Parsing And Mention Which Class Can We Use For Passing Of Xml In Iphone? |
|
Answer» PARSING is the PROCESS referred to access the data in the XML ELEMENT. We can use class “NSXML” PARSER for PASSING XML in iphone. Parsing is the process referred to access the data in the XML element. We can use class “NSXML” parser for passing XML in iphone. |
|