I am trying to save XML content with encoding="ISO-8859-1" standalone="yes"
into a SQL Server 2008 XML column. I am doing this using Entity Framework.
However doing this throws the following error
XML parsing: line 1, character 60, unable to switch the encoding
However when I try to save XML content with encoding UTF-16, it is saved without any error.
Does anyone have any inputs regarding this?