RE: Re: Problem with Syntax of cgi-type call ( & needs ; )

Subject: RE: Re: Problem with Syntax of cgi-type call ( & needs ; )
From: paulo.gaspar@xxxxxxxxxxxx
Date: Sun, 28 May 2000 17:17:30 -0700
When you have a url like:
  http://www.mysite.com/cgi/myisapi.dll/mymethod?param1=val1&param2=val2
in HTML, the "&" in the url is translated into "&" by
the browser itself.
(At least that is what do the versions I am using from
Internet Explorer and Netscape.)

This means that the "&" gets translated into "&" before
arriving to the CGI... with the browsers I use.
(I would say to check the standard but maybe it is always
safer to check the browsers one intends to cover.)



--- Original Message ---
Dan Morrison <dman@xxxxxxxx> Wrote on 
Sun, 28 May 2000 19:42:50 +1200
 ------------------ 
Fietz, Markus (Minerals, Clayton) wrote:
> 
> I am attempting to include a cgi-type call to a Filemaker databse
in an XSL
> template but IE5 expects a semi colon after the 's' in '-dso_xml'


Ouch, that line got really hashed in the email.
But, I would suggest that IE actually expects there to be a semi-colon
after each of the "&"s

In HTML you used to get away with & , but XML needs the properly
formed & to work.

Whether this will translate through to your CGI is beyond me
right now,
but give it a go anyway...

..dan.


:=====================:====================:
: Dan Morrison        : The Web Limited    :
:  http://here.is/dan :  http://web.co.nz  :
:  dman@xxxxxxxx      :  danm@xxxxxxxxx    :
:  04 384 1472        :  04 495 8250       :
:  025 207 1140       :                    :
:.....................:....................:
: If ignorance is bliss, why aren't more people happy?
:.........................................:


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



-----
Sent using MailStart.com ( http://MailStart.Com/welcome.html )
The FREE way to access your mailbox via any web browser, anywhere!


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


Current Thread