Im trying to parse an XML file having n number of questions. I have to display those questions in labels at runtime in a view. That means n labels for n questions and n labels for n answers too. Does anyone have any suggestions about how to do this?