Hi.
I try to convert XML into HTML using XSL. Everything was ok until I used German characters.
If I have german chars in the XML structure, and I display them with:
<xsl:value-of select="german_ word"/>
than displays correct the characters.
But I dont't want to take the german text from XML structure. This text is a constant table-header text, and I do not need to include it in te xml strucure.
So I just want to display in XSL a simple german text. Ex: "Ünderungen ". The output is "?nderungen ".
I have tried to set <xsl:output method="html" encoding="iso-8859-1"/> and also utf-8 and iso-8859-2, but without any success.
Could anyone help me?
Thank you very much.
I try to convert XML into HTML using XSL. Everything was ok until I used German characters.
If I have german chars in the XML structure, and I display them with:
<xsl:value-of select="german_ word"/>
than displays correct the characters.
But I dont't want to take the german text from XML structure. This text is a constant table-header text, and I do not need to include it in te xml strucure.
So I just want to display in XSL a simple german text. Ex: "Ünderungen ". The output is "?nderungen ".
I have tried to set <xsl:output method="html" encoding="iso-8859-1"/> and also utf-8 and iso-8859-2, but without any success.
Could anyone help me?
Thank you very much.