You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Voytenko, Dimitry" <DV...@SECTORBASE.COM> on 2000/09/25 23:12:51 UTC

Encoding in the source XML and XSLT

My case is:
XML document has encoding, for instance ISO-8859-5. In the XSLT template no
encoding specified for output. 
As I understood in this case Xalan uses default encoding, i.e. UTF-8 for
output document.
Can XSLT processor use the same encoding as in input document for output?