Displaying data from two XML feeds using C# razor

Thanks NightStalker

This was not a MVC. I was including razor files inside the CMS, so no view or controller, the code was running as plan logic on the page from the razor view.

I managed to fix it by including the separate snippets(XML feeds) inside their own razor file, I then simpler included these on the page as separate include files, done the trick in this instance :smile: