I'm building this application in MVC, which generate an XML string and return to the view through ajax, the returned data type is [oject XMLDocument], now I need to display that xml data on a webpage, how can I parse it and display ?
Asked
Active
Viewed 45 times
1 Answers
0
You can use JQuery library to ease this task. The success handler can handle xml response very well. For an e.g., see here.

Community
- 1
- 1

Shailendra
- 8,874
- 2
- 28
- 37