[thelist] character encoding & validation

aardvark roselli at earthlink.net
Fri Jul 26 09:55:01 CDT 2002


> Duncan O'Neill <dbaxo at ihug.co.nz> wrote:
>
> > The validator is complaining about the character-
> > encoding. The server is spitting it out by default as
> > <meta http-equiv="Content-Type" content="text/html; charset=UTF-16">

i missed this post last night...

have you tried:
<xsl:output method="html" encoding="ISO-8859-1" />

or perhaps the more verbose:
<xsl:output
	 method="html"
	 indent="yes"
	 encoding="ISO-8859-1"
	 version="4.0"
	 media-type="text/html"
	 omit-xml-declaration="yes"/>



--
Read the evolt.org case study
Usability: The Site Speaks for Itself
http://amazon.com/exec/obidos/ASIN/1904151035/evoltorg02-20
ISBN: 1904151035



More information about the thelist mailing list