This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: UTF-8 Output


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]