Subject: Re: Symbol handling in XSLT
From: Alex <alexscott@xxxxxxxxxxx>
Date: Fri, 26 Mar 2004 13:13:27 +0000
|
I think this is a fix at:
http://www.biglist.com/lists/xsl-list/archives/200108/msg00541.html
However I don't understand it.
and I presume this is off topic.
Oh well, :-()
---
Alex.
Julian Reschke wrote:
Alex wrote:
If I add to the XSL:
<xsl:output method="html" encoding="ISO-8859-1" />
It does not make any difference to the output.
The problem is happening further down the pipeline.
Possibly in the parser?
If I use Xalan to parse it I get:
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
If I use MSXML to parse it I get
<META http-equiv="Content-Type" content="text/html; charset=UTF-16">
I think that I need to change response.charset
I wonder if this is what has caused the erroneous ? marks.
Again:
If this is served from IIS, you almost certainly have XSLT/ASP bug #1:
sending the transformation result as a string to the response object,
instead of using transformNodeToObject.
Regards, Julian
| Current Thread |
- Re: Symbol handling in XSLT, (continued)
- Robert Koberg - Thu, 25 Mar 2004 10:03:19 -0500 (EST)
- Alex - Thu, 25 Mar 2004 10:46:02 -0500 (EST)
- Alex - Fri, 26 Mar 2004 06:41:08 -0500 (EST)
- Julian Reschke - Fri, 26 Mar 2004 07:49:01 -0500 (EST)
- Alex - Fri, 26 Mar 2004 08:14:19 -0500 (EST) <=
- Michael Kay - Fri, 26 Mar 2004 08:12:11 -0500 (EST)
- Alex - Thu, 25 Mar 2004 11:00:18 -0500 (EST)
- Robert Koberg - Thu, 25 Mar 2004 11:04:08 -0500 (EST)
- Julian Reschke - Thu, 25 Mar 2004 11:29:20 -0500 (EST)
|
|