How to see raw XML sent from the server
[b]Question asked by visitor Terry[/b]
I am trying to use the reporting section of Quality Center. The reports get formatted into HTML automatically by using an XSLT. I am trying to create my own XSLT, but since I can't see the 'raw' XML coming from QC, it is hard for me to create it in the format that I would like to see.
MY question - is there a way that I can see the raw XML sent from the server before it get transformed into HTML?
Re: How to see raw XML sent from the server
Storing xml files on the server xml files can be stored on an internet server exactly the same way as html files. Start windows notepad and write the following lines: <?xml version="1.0" encoding="iso-8859-1"?> <note> <from>jani</from> <to>tove</to> <message>remember me this weekend</message> </note> save the file on your web server with a proper name like "note.xml".