Its fine, I use all of those in FB xml apps all the time. All xHTML is is HTML in an xml format, so all the cgi query items (with the exception of the ampersand) are fine.
<a href="http://www.shayna.com/index.cfm?type=id1&item2=3" /> is perfectly valid. The only thing that needs to be escaped is the ampersand since it is used to escape other characters. , etc. Sandra Clark ============================== http://www.shayna.com Training in Cascading Style Sheets and Accessibility -----Original Message----- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Saturday, February 10, 2007 3:56 PM To: CF-Talk Subject: Re: Strict Validation what about = Doug B. ----- Original Message ----- From: "Sandra Clark" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Saturday, February 10, 2007 12:47 PM Subject: RE: Strict Validation > & can be replaced by & > You don't need to escape ? Just ampersands. > > You can get a listing (one of many, but the first one that popped up on my > google search) at > http://www.htmlgoodies.com/beyond/reference/article.php/3472611 > > > Sandra Clark > ============================== > http://www.shayna.com > Training in Cascading Style Sheets and Accessibility > > > -----Original Message----- > From: Doug Brown [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 10, 2007 2:03 PM > To: CF-Talk > Subject: Strict Validation > > I would like to validate my apps as xhtml strict, but what is the best way > to deal with the "&" anf "?" in the url? Would I actually need to use > urlEncode() or would I be able to simply do a find and replace ? for ? > and & for "&" Thoughts? > > Doug B. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269422 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

