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: foreign characters in params passed to stylesheet


> 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


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