Reputation: 7643
i have an xml node like : <body> <message>ffff</message></body>
how can i view this node in a component so it will desplayed like an xml file (with colors ...) and not like a simple text?
Upvotes: 1
Views: 140
Reputation: 7643
ok. found it! need to write this to an xml file and then to write WebBrowser wb=new WebBrowser(); wb.Navigate(FILEPATH);
Upvotes: 1