Forum Moderators: open
The problem that I have is that even when my handwritten html is without fault, a given page may contain outbound links to a dynamic page on another site or to an adserver or to any other sort of off-site device (such as a realtime stats package) - these always bring up errors in the W3C validator, almost exclusively of these types:
cannot generate system identifier for general entity "x"
and
general entity "x" not defined and no default entity
Is there anything at all I can do about this?
How can I tell the W3C parser to ignore this stuff because it isn't html anyway and as a result it's never going to look like valid markup.
I don't want to have to go down nasty document.write hack routes... surely there is another way?
Thanks in advance.