How do I remove the BOM character from my xml file [duplicate] How do I remove the BOM character from my xml file [duplicate] xml xml

How do I remove the BOM character from my xml file [duplicate]


just need to add this in your xslt file:

<xsl:output method="text"        encoding="ASCII"/>


Just strip first two bytes using any hex editor.