xsl-list
[Top] [All Lists]

Re: url query works with mozilla; not IE

2003-07-03 06:21:47
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