I post this comment as an answer due to limitation in commenting.
I agree with the answer by SLaks, this is especially so for strict XHTML compliance.
I've created a demo page with both &
and &
which can be used for W3C validation.
See the demo page at http://74er.net/labs/amp-or-not.html and click on the bottom-most hyperlink to perform a w3c validation, or click here to validate directly.
The errors will be highlighted, all targetted at the line 14:
href="http://www.google.com/search?q=stackoverflow&ie=UTF-8"
Whereas a similar one at line 19 with &
will pass:
href="http://www.google.com/search?q=stackoverflow&ie=UTF-8"