Subject: Re: foreign characters in params passed to stylesheet
From: "Mattias Konradsson" <preacher@xxxxxxxxxxx>
Date: Mon, 6 May 2002 17:19:52 +0200
|
> 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 :(
mvh
---
Mattias Konradsson
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|