This is supported. The mime encoding name is "EUC-KR".
On inputs, your XML declaration should look like:
<?xml version="1.0" encoding="EUC-KR" ?>
In your stylesheet, include an xsl:output element:
<xsl:output encoding="EUC-KR"/>
The XML declarations control the input encoding of your input document
and stylesheet. The output element controls the output encoding of your
result.
HTH,
Gary
> Viet Truong wrote:
>
> Hello,
>
> I have given the task of investigate if we can use the XSLT to
> transform output in KSC5601 and the inputs are xml files(in KSC5601)
> and xsl templates (in KSC5601). Is this possible, if yes, please
> direct me to a link that show some example or discuss how to achieve
> KSC5601 outputs.
>
> Thank you
>
> ========================
> Viet Truong
> 2111 Tasman Drive
> Santa Clara, CA 95054
> [EMAIL PROTECTED]
> (408) 904-1419
> ========================