Encoding Problem when converting to HTML with XT

Subject: Encoding Problem when converting to HTML with XT
From: "Harbarth, Juliane" <jhb@xxxxxxxxxxxxxx>
Date: Fri, 14 May 1999 16:26:15 +0200
Title: Encoding Problem when converting to HTML with XT

I tried to convert an XML document to HTML using
James Clark's XT (Version 19990514). This works
ok, the stylesheet being :

        <xsl:stylesheet
                xmlns:xsl="http://www.w3.org/XSL/Transform/1.0"
                xmlns="http://www.w3.org/TR/REChtml40"
                result-ns="">
         <xsl:template match="/">
          <HTML>
           <HEAD>
            ...

The German 'Umlaute' (ä,ö,ü,ß) however are ruined.
Playing around with IE5's Encoding specification
did not help.
Using JC's NXMLOutputHandler did not help either.

Is it possible to preserve these 'Umlaut's?
If yes, how ?

Juliane Harbarth
Technical Consultant
Software AG Germany                              
mailto:jhb@xxxxxxxxxxxxxx
          
Tel +49 (0)6151 92 1147                  

Current Thread