[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xml-dev] set encoding attribute
- From: Ursprung Manfred <Manfred.Ursprung@baeurer.de>
- To: "xml-dev (E-Mail)" <xml-dev@lists.xml.org>
- Date: Fri, 05 Oct 2001 10:09:18 +0200
Hi all,
I used Xalan and msxml3 parser for converting Xml-file with Xslt-stylesheet.
Xalan set encoding to UTF-8 and
Msxml set it to UTF-16.
But I want to set it to ISO-8859-1.
Do anyone know how it is possible to set in the output from transformation
the first declaration like:
<?xml version="1" encoding="ISO-8859-1" ?>
Help appreciated.