Section 3.3 of that rfc indicates that ; is reserved in URLs - so I'm
guessing there's another solution.

Obviously you can wrap all your URLs up in a nice CDATA structure - but
that seems ridiculous.

A quick googling perusal confirms what I expected:
http://www.biglist.com/lists/xsl-list/archives/200101/msg00510.html

"The XML that you see in a file is just a *serialisation* of a node
tree. In the node tree, entity references are substituted for whatever
they reference."

Which means either the browser should automagically translate the &
- or it should otherwise be translated before the page is rendered.  How
exactly are you tacking the SID onto the end of these URLs?  If it's
done by php automatically then you shouldn't be having problems at all
at the xhtml level, if you're doing it manually - then manually add
&SID=$wherever_sid_is_stored onto the urls.

Of course, I'm probably oversimplifying a problem you've fought hours
on, so all I can say is I hope the link and its thread shines some
light.

Cheers,

- Martin Norland, Database / Web Developer, International Outreach x3257
The opinion(s) contained within this email do not necessarily represent
those of St. Jude Children's Research Hospital.


-----Original Message-----
From: Bobo Wieland [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 29, 2004 3:31 PM
To: Bastien Koert; [EMAIL PROTECTED]
Subject: Re: [PHP-DB] & and sessions


well... in xhtml you HAVE to write & in urls... if I can't do that
whats 
the point in trying to use xhtml, when it won't work with php anyway?


_bobo wieland _ [EMAIL PROTECTED] _
winamp >> kruder dorfmeister | lamb- trans fatty acid




----- Original Message ----- 
From: "Bastien Koert" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, November 29, 2004 9:51 PM
Subject: RE: [PHP-DB] &amp; and sessions


> you can't, not allowed
>
> read here http://www.faqs.org/rfcs/rfc1738.html
>
> bastien
>
>>From: "Bobo Wieland" <[EMAIL PROTECTED]>
>>To: <[EMAIL PROTECTED]>
>>Subject: [PHP-DB] &amp; and sessions
>>Date: Mon, 29 Nov 2004 20:44:43 +0100
>>
>>how can i force the SID variable in urls not to be &SID=, but &amp;SID

>>?
>>
>>
>>_ bobo wieland ____ [EMAIL PROTECTED] __
>>
>>--
>>PHP Database Mailing List (http://www.php.net/)
>>To unsubscribe, visit: http://www.php.net/unsub.php
>>
>
>
> 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to