The following link to a URL in my application is giving me an XML Parsing Error on the second equals sign when I try to view the page.
<a href="http://www.example.com/admin/banning.php?do=banuser&u=3">Ban User</a>
I think the problem is the ampersand in the URL. If I encode the ampersand the parsing error goes away but the URL no longer functions. Is there an easy way to get URLs like this to work in a page being served as XHTML?