tom
07-10-03, 06:22 PM
hey,
i'm trying to get my webpage to validate as xhtml 1.0 transitional, but the url's generated by my php pages do not validate.
<a href="index.php?a=1&b=2">SomeText</a>
the errors that the w3c validator returns are something like
cannot generate system identifier for general entity "a"
and
general entity "a" not defined and no default entity .
any thoughts?
i know that the error resulting from use of ampersands can be solved using "& a m p;", but i'm still stuck with these entities and stuff. :/
thanks in advance,
-tom
i'm trying to get my webpage to validate as xhtml 1.0 transitional, but the url's generated by my php pages do not validate.
<a href="index.php?a=1&b=2">SomeText</a>
the errors that the w3c validator returns are something like
cannot generate system identifier for general entity "a"
and
general entity "a" not defined and no default entity .
any thoughts?
i know that the error resulting from use of ampersands can be solved using "& a m p;", but i'm still stuck with these entities and stuff. :/
thanks in advance,
-tom