oceacketwon
New Member
I am collecting a string from the php through AJAX. This string basically contains the data from a database enclosed within tags (XML structure).In Javascript I am receiving this string. Now I want to view this string as an XML on the browser just to make sure that XML string is properly formed.Can anyone suggest me How to convert a string in to proper XML and display it on the web browser ?