xsl-list
[Top] [All Lists]

Re: Charsets in Saxon

2004-02-05 05:46:09
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



<Prev in Thread] Current Thread [Next in Thread>