In article <[EMAIL PROTECTED]>, "Richard Brodie" <[EMAIL PROTECTED]> wrote:
>"Sion Arrowsmith" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] > >>>By the way, you _do_ realize that your "&" characters should be escaped >>>as "&", don't you? >> >> No they shouldn't. They part of the url, which is (IIRC) a CDATA >> attribute of the A element, not PCDATA. > >It is CDATA but ampersands still need to be escaped. I believe it's common for CGI argument-parsing routines to accept ";" as a synonym for "&" as the argument separator. Certainly the code I use does. -- http://mail.python.org/mailman/listinfo/python-list