- From: <html-tidy@war-of-the-worlds.org>
- Date: Sat, 6 Nov 1999 10:56:03 -0600
- To: html-tidy@w3.org
"Greg Brown" <theraven@stlnet.com> wrote:
> This code:
>
> <img src="/cgi-bin/Count.cgi?df=hits.dat&dd=C&comma=T" alt="">
>
> produces the warning unescaped or unknown entity for &dd and &comma. Can the
> code be corrected so that it doesn't produce this warning and still calls
> the script correctly?
That is correct behavior. If your Count.cgi can accept ";" as a delimiter
instead of "&", use it instead. Otherwise, you must change all "&" to
"&".
--
,=<#)-=# <http://www.war-of-the-worlds.org/>
,_--//--_,
_-~_-(####)-_~-_ "Did you see that Parkins boy's body in the tunnels?" "Just
(#>_--'~--~`--_<#) the photos. Worst thing I've ever seen; kid had no face."
Received on Saturday, 6 November 1999 11:55:23 UTC