I have a view displaying data from a model. My model contains a string property which is actually some xml. I would like to display this xml in my view in a simple div (or in a new page) but it’s important to have it nicely formatted so it’s easily readable to the user.
What would be the best way to accomplish this?
1 Answer