tags:

views:

16

answers:

0

We have a custom namespace we have for custom elements:

<rss xmlns:blah="http://example.com/"&gt;

I'm trying to add this namespace to the rss tag using WCF. Adding an AttributeExtension to the feed puts it in the <channel> element, not the <rss> element.

Beyond string manipulation, how would I go about syndicating RSS 2.0 using WCF with this additional namespace?