I have some XML that via XSL and Xalan is transformed into HTML. The 
output properties looks like this:

   <xsl:output
        method="html"
        media-type="text/html"
        indent="yes"
        encoding="ISO-8859-1"
   />

Now, Unicode 00E5 (�) is correctly translated to &aring; but Unicode 
00C5 (�) shows as %C3%85 rather than &Aring;. I don't know if this is a 
bug but it sure looks like one. I can't find anything wrong with my 
code. I'm currently using Xalan 2.2.0 with Xerces 1.4.4.
-- 
                                                             ((
   Med vennlig hilsen / kind regards                          ))
   Torkild Ulv�y Resheim                                    |----|_
   Systemutvikler / Software Engineer @ Emma EDB AS         |    | )
   http://www.emmaedb.no                                    |____|�


Reply via email to