Re: [xsl] url query works with mozilla; not IE

Subject: Re: [xsl] url query works with mozilla; not IE
From: "William S." <wstan@xxxxxxxxx>
Date: Thu, 3 Jul 2003 15:21:47 +0200
Tried the translate() below and I still have IE
cutting off the end of the url query.
Mozilla continues to be OK as before.
Maybe it is not a whitespace problem.
Could it be related to encoding? I am
curious how one browser can be OK and IE
not.

Here is some additional information about how
I am defining the variable:

***In my *.php file I have included:

$myvar = $_POST['myvar'];
$parameters = array(
        myvar => $myvar
);
$parameters['myvar'] = iconv("ISO-8859-1","UTF-8",$myvar);

***In my xsl file there is a top declaration of:

<xsl:param name="myvar" select="/.."/>

On Thu, Jul 03, 2003 at 01:37:12PM +0100, Jim Fuller wrote:
> opps something funny happened with browser email
> 
> should read
> 
>  <img  src="display.php?image={translate($myvar,'&#32;&#13;&#9;&#10;','')}" text="foo" alt="foo"/>
> 

-- 
Bill
Amsterdam, NL

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


Current Thread