xsl-list
[Top] [All Lists]

RE: XSLT outputting to XHTML to display character entities?

2003-04-23 08:30:36
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



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