aharon
aharon

Reputation: 7643

viewing an xml node in a WebBrowser Control

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

Answers (1)

aharon
aharon

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

Related Questions