What it's trying to say is that you need to change your '&' to the '&' entity in your URL's. The XHTML validator is trying to parse &year, which isn't valid. Check out this (Section C12) for more info: http://www.w3.org/TR/xhtml1/
Will Chatham > -----Original Message----- > From: Vaska.WSG [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 12, 2004 11:04 AM > To: [EMAIL PROTECTED] > Subject: [WSG] reference entity "year" end with ; ??? > > > It's frustrating as it can be very difficult to find > information about > these things via Google. > Anyways, I'm getting alot of error messages when I validate - in > particular I'm getting messages like this: > > > 7. Line 50, column 40: cannot generate system identifier > for general > entity "year" > <td class="calndrHdr"><a > href="?month=4&year=2004&a=Home">«</a></td> > > 8. Line 50, column 40: general entity "year" not defined and no > default entity > <td class="calndrHdr"><a > href="?month=4&year=2004&a=Home">«</a></td> > > 9. Line 50, column 44: reference not terminated by REFC delimiter > <td class="calndrHdr"><a > href="?month=4&year=2004&a=Home">«</a></td> > > 10. Line 50, column 44: reference to external entity in attribute > value > <td class="calndrHdr"><a > href="?month=4&year=2004&a=Home">«</a></td> > > 11. Line 50, column 44: reference to entity "year" for which no > system identifier could be generated > <td class="calndrHdr"><a > href="?month=4&year=2004&a=Home&q=index">«</a></td > > 12. Line 50, column 39: entity was defined here > <td class="calndrHdr"><a > href="?month=4&year=2004&a=Home">«</a></td> > > > Oi vey, wondering what I'm doing with this stuff anymore... > Can somebody shed some light on these messages? > > v > > ***************************************************** > The discussion list for http://webstandardsgroup.org/ > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ***************************************************** > > ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
