I'm using an Anti XSS Output encoder similar to the one htat Phil Hacck put forward here
Unfortuantely, it's running rampant over my Site.master and fouling up the meta-tags like so:
<meta name="robots" content="all, follow" />
And in Site.master it is written simply as:
<meta name="robots" content="all, follow" />
Which would be the correct output under normal circumstances, but I'd prefer to be able to skip the meta tags in the site.master.
Is there a way to do this while running your own HttpEncoder?