This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: 𡁀 coming out as ?


If you were using XSLT, you could include <xsl:output
encoding="iso-8859-1"/> in the stylesheet. As you are using a working draft
dialect of XSLT, you can't.

I don't know why you are using WD-xsl. You are running on the server so
there should be no problem installing MSXML3.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
> Randy Belknap
> Sent: 11 March 2002 21:11
> To: 'xsl-list@lists.mulberrytech.com'
> Subject: RE: [xsl] &#x21040; coming out as ?
>
>
> But the only thing I can get to work is the stuff outside the
> style sheet.
> Anything that gets processed by the transformer gets munged.  Is there
> really no way to get fine grained control of the output of the
> transformation so that I can get the exact character sequence
> '&#21040' in
> my output?
>
> -----Original Message-----
> From: Julian Reschke [mailto:julian.reschke@gmx.de]
> Sent: Monday, March 11, 2002 1:02 PM
> To: xsl-list@lists.mulberrytech.com
> Subject: RE: [xsl] &#x21040; coming out as ?
>
>
> Well,
>
> I'd try not to mix ASP output and XSLT output. Put everything into the
> stylesheet (including the HTML).
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]