xsl-list
[Top] [All Lists]

Re: How to keep é

2002-09-12 09:30:09





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



<Prev in Thread] Current Thread [Next in Thread>
  • Re: How to keep &#233;, David N Bertoni/Cambridge/IBM <=