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: Setting encoding for a new XML document?


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


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