I have TONS of XML Parsing Error: EntityRef: expecting ';'
errors on my page only because of the incorrect use ampersands in links by the developer.
Instead of asking him to use &
instead of &
, how can I replace those after page load using jQuery?
Edit: Ah right, validators read the source so it won't work. Is there any other way to filter HTML and clear out silly errors like these?
Thanks!