We have a C csocket app which takes in request and responds with xmltag.
The response is a stream of data which includes xml tag. I need to send a request(xmltag) to the server and display the result(using the xml tag and xsl) in an IE.
Since there is no actual page in the server I can't do localhost

ortno/webpage?querystring. I need to convert this string of xmltag which is in the csocket app to a webpage. What is the best way to do this?
I hope I have put this in the right forum, if not please redirect me?
Thanks in advance.