Mediator. "Transform using" option.
842011May 16 2011 — edited May 24 2011Hello.
My mediator use option : Transform using : my.xsl file. Mediator transform xmlA to xmlB fine. I have question : How I can change output encoding (xmlB) ? In xsl file I set :
<xsl:output method="xml" version="1.0" encoding="windows-1251" indent="yes" />
but output xml has UTF-8. Why it doesn't work ?