I have an XML string that I actually want to display on screen.
I have tried using Html.Raw(myXMLString) but it displays without the node names, I have tried outputting without Html.Raw but same result
How can I display a raw XML string in the browser?
I ended up using Html.Encode before sending it back