|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: 𡁀 coming out as ?
> I've got a .xsl file with the following html markup in it: > > <td>到</td><td>5/1/02</td> > > where 到 is the decimal value of a chinese character. The problem is > that when I run the xsl through the transformer (MICROSOFT.XMLDOM), it > outputs <td>?</td><td>5/1/02</td>. Is this enough information to know what > I am doing wrong? Nothing is wrong with the XSL, only the browser can't display the character. <![CDATA[到]]> means that all characters will be escaped before the transformer get's to see it: &#21040; So this will be placed in the output and shown in the browser as you saw it. Regards, Joerg XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








