I am using a web.sitemap in conjunction with a menu control and I am having a validation problem.
In some of my sitemap nodes I need to include '&' between two words like 'Arts & Culture', so in my sitemap file I have:
<siteMapNode url="/mysite/aco/" title="Arts & Culture" description="Arts & Culture">.
But when I go to validate the XHTML of the page I get the error that states '&' is the beginning of an entity and a possible cause is that I didn't use & instead, but clearly I have. So what do I need to do so I can keep my '&' in the title and still validate?