Subject: Re: OutputStreamWriter Problem
From: senthil@xxxxxxxxxx
Date: Tue, 2 May 2000 11:09:12 -0700
|
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
|