RE: [xsl] UTF-8 Output

Subject: RE: [xsl] UTF-8 Output
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 11 May 2001 10:03:59 +0100
> Everything works very well except Unicode characters.

Since all of the output is Unicode characters, you've got a problem.

 I am
> using Xalan 2.0.
> When I look at the XSL trace the Unicode characters are
> correct but when I
> look at the HTML source some of the Unicode bytes have been
> converted to
> HTML entities. As a result Unicode characters are not
> displayed correctly in
> a browser.

Sounds as if your browser isn't handling HTML 4.0 correctly.

I think Xalan has some configuration files to control which HTML entities
are output. Saxon has a different mechanism, the saxon:representation
attribute on xsl:output.

Mike Kay


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


Current Thread