Re: special character

Subject: Re: special character
From: "Rebecca Lundberg" <rlundberg@xxxxxxxx>
Date: Tue, 26 Sep 2000 17:41:33 -0400
----- Original Message -----
From: "Elisio Pereira" <elisiomp@xxxxxxxxxxxx>
To: "xsl list" <XSL-List@xxxxxxxxxxxxxxxx>; "sebastian"
<sebastian.rahtz@xxxxxxxxxxxxx>
Sent: Tuesday, September 26, 2000 3:22 PM
Subject: special character


> How the FOP accept "ç ã é ü & * $ etc..."special
> character in the xml file? thank very much...

Try these for the first couple you mentioned:
ç = &ccedil;  or &#231;
ã = &atilde;   or &#227;
é = &eacute  or &#233;

These are all part of the ISO-Latin-1 character set. The book, "XML Black
Book" published by Technology Press has a complete listing of codes. I'm
sure you can find the list online somewhere though.

Good luck!
Rebecca


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread