Dynamically show XML response on the UI
Hello everyone
I have a requirement where I have to render XML dynamically. For example, after implementing Connect-SOAP, we would get a response XML. It would have bunch of question tags. With in it, sub tags would be choices (Yes/No) and the corresponding NEXT QUESTION ID. So if the user chooses the answer as Yes , then we would display him the question that has associated NEXT QUESTION ID. (Ex: For the 1st question, if user chooses yes as answer and if NEXT QUESTION ID for that is 99, we would next display him 99tj question). Please let me know how we can accomplish this . Thanks