Marc Höper wrote:

> Do you know any other method to handle the special characters?

You can use numerical values of entities you want to display.
To print an ampersand, type <xsl:text>&#038;</xsl:text>.
Have a look at http://www.bbsinc.com/iso8859.html for a complete list.

However, non-English chars should be recognized using an appropriate encoding
of XML file (utf-8 or iso-8859-1 in case of German) instead of inserting
"umlauts" as special characters.

Regards,
Petr

--
Petr Cimprich
Ginger Alliance Ltd.
www.gingerall.com


Reply via email to