- From: Bertilo Wennergren <bertilow@hem.passagen.se>
- Date: Tue, 17 Oct 2000 16:45:06 +0200
- To: <psp@mindpass.com>, <www-validator@w3.org>
Peter Sone Poulsen: > Using the validator to check my page: > http://validator.w3.org/check?uri=http%3A%2F%2Fwww.sone.dk%2Fvelkommen.htm > I get an error because the word "document" is part of an URL - why? You have tried to use the non-existent entity "&document". What you want is the character "&" followed by the characters "document". As you probably know, the character "&" has to be written "&" in HTML to be used as such, and not interpreted as the start of an entity reference. So write: "&document". ##################################################################### Bertilo Wennergren <http://purl.oclc.org/net/bertilo> <bertilow@hem.passagen.se> #####################################################################
Received on Tuesday, 17 October 2000 10:43:44 UTC