Subject: Re: Help Please
From: Dieter Maurer <dieter@xxxxxxxxxxxx>
Date: Fri, 16 Jul 1999 22:26:49 +0200 (CEST)
|
Hello Ioannis
at least if you use James Clark's XT,
you can use the HTML namespace for the constructed
result tree. In this case, XT uses the
&#<code>; form to represent non-ASCII characters.
If this is still not what you want, you can
easily do some postprocessing, to replace
these character entities by the ISO-8859-7 codes.
Modern browsers, however, should be able to
process the character entities correctly.
If you are using a non-HTML namespace, the
non-ASCII input should be coded as UTF-8.
If your HTML file contains a tag
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8">
in the header, then the browsers should handle the UTF-8
correctly.
- Dieter
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|