Forcing browser to open 'save as' for XML-document
I have an application that is going to generate some XML
documents for the user. In the application I have a button that
leads to a procedure generating the XML document.
My problem is that Internet Explorer tries to parse the XML
document, not save it as file. I know that i can save it with
the popup menu, but I don4t think my users will like that.
So I need to force the browser to save my XML document, not
parse it.