Subject: RE: result-encoding in XT 19990725
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 26 Jul 1999 10:39:54 +0100
|
> Output encoding is covered by a new feature in
> the XSL Transformations (XSLT) Draft of 1999-07-09.
> It is specified by the attribute
> result-encoding="iso-8859-1"
> SAXON has a proprietary solution to the same problem.
> saxon:format="TEXT"
No, this isn't the same thing at all. saxon:format="TEXT" means you want the
output to be a plain text file with no XML tags or XML markup. At present
SAXON gives you no control over the character encoding of this text file,
it's the Java default.
result-encoding says you want the output to be an XML file in which the
character encoding is iso-8859-1.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|