RE: [xsl] encoding problem

Subject: RE: [xsl] encoding problem
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 9 May 2001 18:04:08 +0100
> I know that output element has the encoding attribute which
> can convert the encoding method into desired methos such as
> "gb2312" as simplified Chinese.
> But in msxml3,it couldnt handle it well,I wonder who knows
> how to settle this problem?

The most common reason for problems with output encoding in MSXML3 is that
you are using the DOM serializer rather than the XSLT serializer. If the
transformation output is sent to a DOM, nothing you say in the <xsl:output>
element has any effect. Switch to getting the output as a stream, and you'll
be fine.

Mike Kay
Software AG


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


Current Thread