Hi,I am calling a webservice to create a XML file in my webserver. Then I am using a external to return the same to my compoent.In the component I am using something like the below to display the output. <xsl:value-of select="//footer" disable-output-escaping="yes"/> The issue I am facing is that special characters are displaying as ? question mark.Please find the attached file.Any help on the same would be useful.Prem.
<xsl:value-of select="//footer" disable-output-escaping="yes"/>