Richard Brodie wrote:
> "Sion Arrowsmith" <[EMAIL PROTECTED]> wrote in message 
> news:[EMAIL PROTECTED]
> 
>>> By the way, you _do_ realize that your "&" characters should be escaped
>>> as "&amp;", 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. 

Exactly. See
http://www.w3.org/TR/html4/appendix/notes.html#ampersands-in-uris

Bye,
   Walter Dörwald
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to