Hello,
I've used xml type by writing (asp coding)
Response.ContentType = "text/xml"
Now xml contents are over and I'd like to add html content so I wrote
Response.ContentType = "text/html"
But it still writing in xml what would be the problem here?