Question

I use SSRS to generate an XML file using XSLT. All is fine, except that the XML file starts with the letters 'EF BB BF' which I need to get rid of. How do I generate an XML file without it?

Was it helpful?

Solution

I ended up re-encoding the entire XML, thus removing the BOMs.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top