Re: & In external URL

On Mon, 19 Jul 2004 12:10:51 +0200 (CEST)
Martin Mačo <MMaco@seznam.cz> wrote:

> I have a web page and i tried it with validator. Most of files are XHTML 1.1 Strict valid. But some (3 or 4 files). The only errors which i have in the files are external links. That are links on other web pages, on files, on which when i click, it starts downloading. And some of that files have & in the name. The probelm is that when if that files are on other servers, i can´t change their names. So with this problem, can my page be XHTML 1.1 Strict valid or no?


& is not a valid character in sgml/xml/... you need to encode it as &amp;

yes, browsers will understand that even in links.

Received on Tuesday, 20 July 2004 06:38:29 UTC