You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Vladimir Garanovich <ZM...@tut.by> on 2001/09/05 12:17:15 UTC

Internationl xsl:parameter

Hi

I Use iPlanet fasttrack 4.1 with Cocoon 1.8.2
and Apache 1.3.20 with Jakarta Tomcat 3.2.3 with Cocoon 1.8.2


XSL file fragment

<xsl:param name="filter"/>      
....
<xmp>
<xsl:value-of select="$filter"/>    
<xmp>
...


Requesting URL http://servername/file.xml?filter=%E9%F6%F3%EA


when I use iPlanet I see next result:
йцук

when I use Apache I see
&eacute;&ouml;&oacute;&ecirc;


How I can get in Apache result like as in iPlanet


Thanx



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>