cgi.py and HTML 4.0 compliancy

Kalle Svensson kalle at gnupung.net
Tue Feb 6 11:37:23 EST 2001


Sez Juergen:
> according to "validator.w3.org" the following URL is not HTML 4
> compliant:
>    <a href="mycgiscript.py?firstParam=Bill&secondParam=Whitters">Some
> Text</a>

Use
<a href="mycgiscript.py?firstParam=Bill&secondParam=Whitters">Some Text</a>
instead.  '&' is the character entity for '&'.  '&' should work too,
I believe, but is perhaps less obvious.

Peace,
  Kalle
-- 
Email: kalle at gnupung.net     | You can tune a filesystem, but you
Web: http://www.gnupung.net/ | can't tune a fish. -- man tunefs(8)
PGP fingerprint: 0C56 B171 8159 327F 1824 F5DE 74D7 80D7 BF3B B1DD
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 240 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20010206/768ce2a4/attachment.sig>


More information about the Python-list mailing list