RE: [xsl] Use of ampersands in name value pairs of a url

Subject: RE: [xsl] Use of ampersands in name value pairs of a url
From: "Andrew Welch" <AWelch@xxxxxxxxxxxxxxx>
Date: Fri, 23 Apr 2004 14:59:41 +0100
Thanks David, that works now.

To summarise,

If you type:

?one=value1&amp;two=value2&amp;three=value3

directly into IE's address bar, it will fail.  However, you can safely
use it for the src attribute:

<img src="http://1.2.3.4?img=foo.gif&amp;test=true"/> 

cheers
andrew

Current Thread