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]
Other format: [Raw text]

Re: How to keep é






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@dscs.com>                    To:      <xsl-list@lists.mulberrytech.com>                                              
                      Sent by:                           cc:      (bcc: David N Bertoni/Cambridge/IBM)                                           
                      owner-xsl-list@lists.mulbe         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


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