Re: [xsl] foreign characters in params passed to stylesheet

Subject: Re: [xsl] foreign characters in params passed to stylesheet
From: "Thomas B. Passin" <tpassin@xxxxxxxxxxxx>
Date: Mon, 6 May 2002 15:54:53 -0400
[Mattias Konradsson]

> > If you are getting character references in the output, most likely the
> > output is being encoded with an encoded that does not support those
> > characters.  So you should look at changing the output encoding first.
> >
> > Cheers,
> >
> > Tom P
>
> Yah, the problem is that output encoding is set for the stylesheet through
>   <xsl:output method="html" encoding="8859-1" indent="yes"
> omit-xml-declaration="yes"/>
>
> but sablotron doesn't seem to apply this to the params :(
>

I seem to remember finding that out a while ago.  Better switch to Saxon...

Tom P


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


Current Thread