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: encoding problem


> 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


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