Subject: RE: XSLT outputting to XHTML to display character entities?
From: "Lars Huttar" <lars_huttar@xxxxxxx>
Date: Wed, 23 Apr 2003 10:30:36 -0500
|
Julian Reschke wrote:
> [Lars wrote:]
> > And if so shouldn't a browser be able to display it correctly?
>
> Yes, but it requires that encoding is declared properly in
> *several* places, such as
>
> - HTTP content-type header,
> - XML declaration
> - HTTP META tag
>
> IE will work fine if the encoding declaration is correct and
> present in all three places.
Thanks. Adding the html META tag
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
made it work.
Lars
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|