At 16:08 09-10-00 +0200, you wrote:
>Hi All,
>In my XML documents I'am using Frensh accented caracters. I use :
><xsl:output method="html" encoding="UTF-8"/> in my XSL Document but I dont get
>the right caracters in the  HTML  generated by Sablotron.
>
>Are there a way to do this.
>
>AB

Use &#x00E9; where you might have used &eacute; in HTML?
See http://www.unicode.org/charts/PDF/U0080.pdf for more hex codes


Reply via email to