How to receive xml string from Controller and display in html -


i'm building application in mvc, generate xml string , return view through ajax, returned data type [oject xmldocument], need display xml data on webpage, how can parse , display ?

you can use jquery library ease task. success handler can handle xml response well. e.g., see here.


Comments