Is it okay to use non English characters in the XSL file??
Yes.
XSL is XML so you either need to use utf-8 or utf-16 or if you use a
specific chinese encoding such as big5 then you need to declare the
encoding on the first line with
<?xml version="1.0" encoding="...."?>
The XML parser used by your XSLT system should document which encodings
it supports. It must support at least utf8 and utf16.
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list