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:dev@xxxxxxxxxxxxx] Sent: Monday, November 29, 2004 3:31 PM To: Bastien Koert; php-db@xxxxxxxxxxxxx Subject: Re: & 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 _ dev@xxxxxxxxxxxxx _ winamp >> kruder dorfmeister | lamb- trans fatty acid ----- Original Message ----- From: "Bastien Koert" <bastien_k@xxxxxxxxxxx> To: <dev@xxxxxxxxxxxxx>; <php-db@xxxxxxxxxxxxx> Sent: Monday, November 29, 2004 9:51 PM Subject: RE: & and sessions > you can't, not allowed > > read here http://www.faqs.org/rfcs/rfc1738.html > > bastien > >>From: "Bobo Wieland" <dev@xxxxxxxxxxxxx> >>To: <php-db@xxxxxxxxxxxxx> >>Subject: & 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 &SID >>? >> >> >>_ bobo wieland ____ dev@xxxxxxxxxxxxx __ >> >>-- >>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