[xsl] German character set problem(Umlaute)

Subject: [xsl] German character set problem(Umlaute)
From: Andreas Schlegel <schlegelaw@xxxxxx>
Date: Thu, 19 Dec 2002 20:44:04 +0100
Hi,

we have the following problem with our internet application.
If the user make an input in a pure HTML form like "müller" the server (JAVA servlets with Tomcat 4.0.3) get "müller".
If the user make the input in a HTML form which was generated by the TransformerFactory of the package javax.xml.transform (j2sdk1.4.0_01) the server receives the String "mÃŒller"!


The xml and xsl file contain the following information:
<?xml version="1.0" encoding="ISO-8859-1"?>

If the input is changed to m&uuml;ller the server receives the String "mÃŒller" , too.

Any idea what goes wrong?

Greetings,
Andreas


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



Current Thread