I've just been playing with the core Feed Explorer module. This is going to be a great addition to DNN once it's officially released.
I have a Url in my OML file which has an ampersand. If I try to included it as an & in the feed Url then the Feed Explorer displays the defaults, meaning something isn't quite right with the processing. If I use & it doesn't display the default, meaning it works fine.
The problem is that if I try passing & on the querystring to generate my RSS, it doesn't work.
For example, I'm using this Url (don't try it, it's a dummy):
http://www.domain.com/desktopmodules/ntforums/feeds.aspx?portalid=1&forumid=2&tabid=142&moduleid=798
Result
- Doesn't work in Feed Explorer, but works on the address bar to generate RSS
Then I try this:
http://www.domain.com/desktopmodules/ntforums/feeds.aspx?portalid=1&forumid=2&tabid=142&moduleid=798
Result
- Doesn't break Feed Explorer, but shows no items, nor does it work on the address bar
Has anyone come across this, or got any ideas of a quick fix?