I'm currently writing an MVC 5 application and one of my web pages requires that I transform some XML using an XSLT and render the results as HTML on a web page, I've managed to get this working using this great example here: I'm currently writing an MVC 5 application and