XML editor
I need to show the entire content of an xml file. I've done it with File.ReadAllText("name.xml") and put the content in a textbox. But i need instead of a simple textbox smth like notepad++ ..i'm reading very big xml files..so i need that +/- option to view more/less text. I need a hint..where can i find such open source? And how it's best to read a xml file? Thx
Suthish NairPosted Mar 2, 2011, 3:15 AM
http://msdn.microsoft.com/en-us/library/ms255810.aspx
Sam HobbsPosted Mar 1, 2011, 11:29 PM
VulpesPosted Mar 1, 2011, 5:58 PM