xsl-list
[Top] [All Lists]

Re: [xsl] Multiple Character Encodings in XSLT/XML

2008-11-30 12:46:08
Ramkumar Menon schrieb am 29.11.2008 um 23:02:50 (-0800):
Is is possible to have an XSLT, or for that matter any XML document
which can have more than one character encoding?

I don't think this is desirable, or possible.

i.e. an XSL Stylesheet whose portions are encoded using UTF-8 and a
few other portions encoded using UTF-16 or UTF-32.

You can split of your XSL stylesheet in several "stylesheet modules"
(files), each of which can have its own encoding.

If this is not supported, why not? - Any theoretical reason?

Mixing encodings means binary, I'd say.

Michael Ludwig

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--