Forum Moderators: open
<a href="http://www.amappingsite.com/maps/map.adp?city=Somewhere&state=SW&address=Main Street&zip=XXXXX&country=us&zoom=6"> When I try to validate the site to XHTML 1.0 Strict I get several errors like this:
cannot generate system identifier for general entity "state" How can I change the query string so that the validator isn't expecting the "&" to be the beginning of an SGML entity?
Thanks.
<a href="http://www.amappingsite.com/maps/map.adp?city=Somewhere&state=SW&address=Main Street&zip=XXXXX&country=us&zoom=6" title="some text about the link">
The browser is clever enough to unescape what it then sends to the web server from this.
.
<edit>Must type faster</edit>