[xsl] Resolving Netscape 4.7, and IE 5 issues with XSL

Subject: [xsl] Resolving Netscape 4.7, and IE 5 issues with XSL
From: Niranjan Perera <pereran@xxxxxxxxx>
Date: Wed, 16 May 2001 07:32:51 -0700 (PDT)
Hello,

In my demo.xsl, I have the following fragment

  <xsl:attribute
name="href">getDemo.xml?Id=<xsl:value-of
select="@Account"/></xsl:attribute>

where @Account is holding onto 'Hello World'


When I use IE 5, Netscape 6, or Opera 5 this is what
is sent via the http call:

http://localhost/demo/getDemo.xml?Id=Hello%20World

When I use Netscape 4.7 this is what is sent via the
http call

http://localhost/demo/getDemo.xml?Id=Hello World
which causes problems.

Any ideas what I need to do to my xsl doc, to get it
to make sure any spaces in the variable @Account are
converted for transmission ?

Thanks,

-- Niranjan

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

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


Current Thread