Using Reflector, it seems that the CommunityServer.Files.Components.AggregateRssWriter.WriteItem doesn't write the categories
protected override void WriteItem(Post p) { base.WriteItem(p); }
protected override void WriteItem(Post p) { base.WriteItem(p); BaseWeblogRssWriter.AddCategoriesToWriter(p, p.Section as Weblog, base.BaseUrl, this); }
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com