How to get response in xml format ie returned from script include
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2023 10:55 AM
Hi,
I have a query, we return a value from script include to client script, that data is in xml format, so we use below code to fetch the answer.
var answer = response.responseXML.documentElement.getAttribute('answer');
But I want to see the xml of the above line, where exactly it is stored?
response-> responsexml -> documentelemet -> attribute answer
Regards,
Akshata Patil
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 06:51 AM
How to view response in xml format, can any one help me with it?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2023 05:06 PM
Use the developer tool on your browser. You will be able to view the response from your request.