Subject: RE: Is it possible to get " " in output rather than the encoded character?
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 19 May 2004 15:43:17 +0100
|
> Here is the output of the processor with
> non-printable
> bytes output in \xAA format:
>
> Output when xsl:output encoding="iso-8859-1":
> <html>\x0Ahello_\xA0_world\x0A</html>
>
> Output when xsl:output encoding="utf-8":
> \xEF\xBB\xBF<html>\x0Ahello_\xC2\xA0_world\x0A</html>
>
The processor appears to be creating both iso-8859-1 and UTF-8 correctly.
Michael Kay
| Current Thread |
|
Michael Kay - Wed, 19 May 2004 15:43:17 +0100 <=
Steven Reddie - Thu, 20 May 2004 01:19:49 +1000
Passin, Tom - Wed, 19 May 2004 17:44:48 -0400
|
|