My winform application communicates with the web service. For some requirement, I need to present the web service response in the XML format in the winform application.
One easy way is to embed an Internet Explorer ActiveX control in the form and load the XML into it. It would be displayed with IE's default stylesheet for XML.
Sort of like using an iframe element in a web page.