Re: [xsl] Setting encoding for a new XML document?

Subject: Re: [xsl] Setting encoding for a new XML document?
From: cutlass <cutlass@xxxxxxxxxxx>
Date: Fri, 19 Jan 2001 08:44:36 +0000
setting encoding can depend on the limitations and specific syntax with respect to which parser u are using

try the output tag:

<xsl:output type="text" encoding="utf-8"/>

and refer to XSL FAQ at http://www.dpawson.co.uk/xsl/xslcharacters.html

, jim fuller

David M. Goudreau wrote:

How do I set the encoding of an XML document to UTF-8?  I can't figure out
what method to call.  Thanks in advance.


-dmg



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






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


Current Thread