Re: [xsl] How to keep é

Subject: Re: [xsl] How to keep é
From: David N Bertoni/Cambridge/IBM <david_n_bertoni@xxxxxxxxxx>
Date: Thu, 12 Sep 2002 09:30:09 -0700




If your processor supports it, trying using the encoding "US-ASCII", or
just "ASCII":

   <xsl:output encoding="US-ASCII"/>

   or

   <xsl:output encoding="ASCII"/>

Dave



                                                                                                                                                 
                      "Allen Chu"                                                                                                                
                      <achu@xxxxxxxx>                    To:      <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>                                              
                      Sent by:                           cc:      (bcc: David N Bertoni/Cambridge/IBM)                                           
                      owner-xsl-list@xxxxxxxxxxx         Subject: [xsl] How to keep &#233;                                                       
                      rrytech.com                                                                                                                
                                                                                                                                                 
                                                                                                                                                 
                      09/12/2002 09:07 AM                                                                                                        
                      Please respond to xsl-list                                                                                                 
                                                                                                                                                 
                                                                                                                                                 



Hi! All:
   after applying XSL, the character will be changed according to the
encoding. Without specifying encoding, the default encoding will be
UTF-8. and &#233; will shown like "é". However, is there any way I
could keep &#233; after applying the style sheet? Thanks in advance.

DataStream Conversion Service, LLC
Programmer
Allen Chu


 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