[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

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


Subject: Re: [xsl] url query works with mozilla; not IE
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 2 Jul 2003 12:45:08 +0100

> (Note: $myvar=999.png)

are you sure it's that not (for example)

<xsl:variable name="myvar">
999.png
</xsl:variable>

?


I'd write it as


<img src="{$myvar}" text="foo" alt="foo"/>

But that probably doesn't change the result (it shouldn't:-)

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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



Current Thread