Click to See Complete Forum and Search --> : Validation problem


DanDigiMan
01-13-2004, 04:07 PM
Validating to XHTML 1.0 Transitional...

Here is the error:
Warning: reference not terminated by refc delimiter

Its pointing to the "=" in the querystring (ie. file.asp?var=x)

I was having the same problem with the "&" but had to add "&" in my querystring to have it validate accordingly.

Furthermore, I know I have something wrong with my document due to the formatting its spewing out, but yet it seems the validator doesn't pick it up...

fredmv
01-13-2004, 04:29 PM
Try using = in place of the equals sign.

DanDigiMan
01-14-2004, 07:15 AM
Actually, it seemed that I overlooked other "&" that were output thru the server side code. Made sure those got output as "&" and things validated correctly. Next time i'll wait till the next morning before posting... you know those end of day problems that just popup before you have to leave for home... :D