Vic Rauch wrote:

> David ([EMAIL PROTECTED]) replied:
> 
>>Hmmm, W3C validator reports 68 validation errors for the HTML and the 
> 
>>CSS validator reports 3 errors and bunch of warnings. Fixing these might 
>>help things.
> 
> Vic now asks:
> 
> I have tried to clean up the HTML errors, but don't know how to get rid of:
> 
> Warning Line 53 column 46: cannot generate system identifier for general
> entity "pageName".
> 
> Error Line 53 column 46: general entity "pageName" not defined and no
> default entity.
> 
> Error Line 53 column 54: reference to entity "pageName" for which no system
> identifier could be generated.
> 
> Info Line 53 column 45: entity was defined here.
> 
>       <li><a href="DisplayPage.asp?pageType=1&pageName=Contact
> Us&title=Contact Us">
> 
> I received 88 errors based on 44 separate lines that use this type of URL
> coding.  I'm passing parameters to my .asp code on just how to render the
> requested page.  I don't understand why the HTML validator considers these
> errors.  Where do I go to find out how to fix this?

I think it's related to the unescaped ampersands (&) in the URLs. The 
validator sees ampersands as indicating the beginning of character 
entities such as "&quot;" or "&1234;". I think the W3C site somewhere as 
a page on how ampersands are supposed to be used in URLs, sorry, I've 
never dealt with it myself.

-- 
David
[EMAIL PROTECTED]
authenticity, honesty, community
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to