Hi,
I've got a Newsroom which has several content types, i.e.: Press Releases, the Blog, Events, etc. I'd like to offer an RSS feed on this parent level, but I noticed that the RSS Feed class constructor only takes $this->Children as a parameter. I'd like it to build the XML going another level down if possible. I tried passing in:
$rss = new RSSFeed($this->Children()->Children, $this->Link(), "Newsroom");
But alas it does not appear that Children() can be called recursively. Can anyone suggest a way to do this?
Thanks in advance,
Garrett