Re: equal sign in URIs reported as error

hmmm, i think the error is due to & in your URL.

Just use & instead of & , and everything should work fine.

Here is what is happening:
'&' signifies the begining of of an entity (e.g.   & > <
etc), and your URL reads:

....&delmonth....

The validator think &delmonth is an entity, but it is an undefined entity
by the HTML DTD.

Saqib Ali
-------------
http://validate.sf.net <---- (X)HTML / DocBook Validator and Transformer


On Wed, 10 Mar 2004, Lars Sonchocky-Helldorf wrote:

>
> 1.      Line 55, column 51: reference not terminated by REFC delimiter
>   ...4<br /><a href="?func=delete&delmonth=Jan&delyear=2004"><span
> class="linkstyl
>                                           ^
> please repair it or cover this in the faq
>
> regards, Lars
>
>

Received on Wednesday, 10 March 2004 10:38:50 UTC