Subject: Re: Force UTF-8 output in text mode
From: Greg Faron <gfaron@xxxxxxxxxxxxxxxxxx>
Date: Thu, 09 May 2002 13:06:52 -0600
|
MSXSL (default of XML Spy) will always produce utf-16, I believe. It also
doesn't do anything with indent="yes"...
Greg
At 08:05 AM 5/9/2002, you wrote:
Howdy!
I have a simple XSL file that transforms an XML doc into "insert"
statements. (a crude data loader for Oracle).
The XSL works beautifully except for one thing:
I have set the encoding type to "UTF-8" with this line:
<xsl:output method="text" encoding="UTF-8"/>
I get UTF-16 no matter what I try. I have tried both "XML Spy" and Michael
Kay's "Instant Saxon"
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|