bluearmy1984
Programmer
Hi all
I am fairly new XML , so I will try give as much detail as I can !. I hope im posting in the right place, Thought this may be a bit full on for the Excel Forum ?.
I have inheratied a asp page that generates a Excel file via XSL. Opening this file is fine in Excel 2000 and 2003 . The file has issues when opening in Excel 2007 stating that i have to "Switch from Current Encoding to Specified Encoding not Supported" with the error number of 1072896657 . the XSL/XML is version 1 and uses UTF8
<?xml version="1.0" encoding="UTF-8"?>
So i assume that the encoding needs changing in the XSL which then filters to the XML Excel file that is compatable with Excel 2000 , 2003 and 2007. or is this just a false issue and something else is throwing it off ?.
Many Thanks in advance
C
I am fairly new XML , so I will try give as much detail as I can !. I hope im posting in the right place, Thought this may be a bit full on for the Excel Forum ?.
I have inheratied a asp page that generates a Excel file via XSL. Opening this file is fine in Excel 2000 and 2003 . The file has issues when opening in Excel 2007 stating that i have to "Switch from Current Encoding to Specified Encoding not Supported" with the error number of 1072896657 . the XSL/XML is version 1 and uses UTF8
<?xml version="1.0" encoding="UTF-8"?>
So i assume that the encoding needs changing in the XSL which then filters to the XML Excel file that is compatable with Excel 2000 , 2003 and 2007. or is this just a false issue and something else is throwing it off ?.
Many Thanks in advance
C