RE: [xsl] XSL on Multibyte Platform

Subject: RE: [xsl] XSL on Multibyte Platform
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 15 Jul 2003 15:50:06 +0100
> I have a problem with an XSL on the Chinese platform.  I have 
> added Chinese characters in the variable definition in the 
> Stylesheet. 
> 
> <xsl:variable name="RetroModificationActivityTaskCategory">
> Retrofit Change Activity <Chinese characters>
> </xsl:variable>
> 
> Is it okay to use non English characters in the XSL file??

Yes it is. You must ensure that the XML declaration at the start of the
source document and the stylesheet specify the encoding of the files
correctly.

You don't say what your problem is, so it's hard to be more specific.

Michael Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread