I have a page the user can go in a make modifaction click a button to save then click another button to get XML. The xml is dynamic so l am linking to a behind the seens pages I want this to take the information object convert it to xml then write it out so it downloads as if that was a hyperlink.
I have the XML and behind the seens page but am getting the following error. <**********************************************************************> The XML page cannot be displayed Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. -------------------------------------------------------------------------------- Switch from current encoding to specified encoding not supported. Error processing resource 'http://localhost:2704/GSN.Webs... <?xml version="1.0" encoding="utf-16"?><order xmlns:msxsl="urn:schemas- microsoft-com:xslt"><order_info order_... <**********************************************************************> What am I missing is there a better way to do this?
