Re: [xsl] Charsets in Saxon

Subject: Re: [xsl] Charsets in Saxon
From: "David Brown" <lists@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 5 Feb 2004 12:46:09 +0000
>The XML declaration in the resulting document is:
> <?xml version="1.0" encoding="UTF-8"?>
> 
> .. The characters in the document looks good though (as if 
> the actual encoding was ISO-8859-1)

They would do. ISO-8859-1 is essentially a subset of UTF-8==Unicode. UTF-8 is 
I expect the common default.

I think you can restrict the output to only ISO using <xsl:output 
encoding="ISO-8859-1"/> as suggested at 
http://www.w3schools.com/xsl/el_output.asp
..but this is a guess, I'm no expert in XSL.

davidpbrown

--


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread