[xsl] foreign characters in params passed to stylesheet

Subject: [xsl] foreign characters in params passed to stylesheet
From: "Mattias Konradsson" <preacher@xxxxxxxxxxx>
Date: Mon, 6 May 2002 16:11:54 +0200
I have a problem, when passing parameters to a stylesheet using Sablotron
running on Apache it seems to translate all foreign characters to
entityreferences, passing "mattiaså"  by doing something
liken this:

 $xslt_params["test"] =  "mattiaså";
  $result = xslt_process($xh, $xmlUrl, $xslUrl,null,null,$xslt_params);

writes out as "mattias&#0" from the stylesheet <xsl:value-of
select="$test"/>
Anyone know what to do about this? Any help greatly appreciated

Best Regards
---
Mattias Konradsson








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


Current Thread