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: OutputStreamWriter Problem


  Scott,
	This is due to "null" encoding attribute in the OutputStreamWriter.
	Try the following in your xsl

<xsl:output method="text" encoding="UTF-8" />

	Set the encoding to whatever (valid) value that you want.

	Thanks.
	-senthil

----------------------------------------------------------------------------
---------
Senthil Vaiyapuri
408-572-3224
Portal Software


 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]