Gabriel K wrote:
After some investigation I have come to the conclusion that IXSLProcessor
always reads it input in ISO-8859-1 (it could also be windows 1252),
regardless of any declarations in ado Stream, XML-file or Byte Order Mark.
Does anyone agree or disagree with that?
The XML parser is responsible for that. If your XML file has a proper
encoding, the parser should be able to read it properly if that belongs
to the mandatory encodings (UTF-8 for example, also the default). I am
sure ppl will have some advice if you demonstrate the code you use to
read the XML, but in general this is irrelevant to XSL.
hth,
Manos
--~------------------------------------------------------------------
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>
--~--