Re: [xsl] encoding problem

Subject: Re: [xsl] encoding problem
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Mon, 06 May 2002 22:11:19 +0200
pandianoliver@xxxxxxxxxxxx wrote:
Why the delta decimal code value &#916; does not give me
> the delta sign.  In my xml file, instead of displaying the
> delta sign it is giving me the decimal code &#916;.

Do you mean in the file generated by the XSL transformation?
The most likely cause is that you set the output encoding
to something which cant represent the delta sign character
natively.
Apart from this, the serializer is allowed to use character
references at will, some use character references for every
character outside the ISO-8859 or even the ASCII character
sets. It doesn't matter.

If you got &#916; in the output of the FO processor, something
is really screwed up, I can't tell what from your snippets.

J.Pietschmann



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


Current Thread